Class GoogleLocationParser
java.lang.Object
com.streamwide.smartms.lib.googlemap.GoogleLocationParser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.streamwide.smartms.lib.template.location.PositionItemparseGooglePlacesDetails(String jsonResult) static List<com.streamwide.smartms.lib.template.location.PositionItem>parseGoogleSearchNear(String jsonResult, int maxResult)
-
Constructor Details
-
GoogleLocationParser
public GoogleLocationParser()
-
-
Method Details
-
parseGooglePlacesDetails
@Nullable public static com.streamwide.smartms.lib.template.location.PositionItem parseGooglePlacesDetails(@NonNull String jsonResult) - Parameters:
jsonResult-
-
parseGoogleSearchNear
@Nullable public static List<com.streamwide.smartms.lib.template.location.PositionItem> parseGoogleSearchNear(@Nullable String jsonResult, int maxResult) - Parameters:
jsonResult-maxResult-- Returns:
-