-
public class ISO6709LocationParser
-
-
Constructor Summary
Constructors Constructor Description ISO6709LocationParser()
-
Method Summary
-
-
Method Detail
-
parse
@Nullable() Array<float> parse(@Nullable() String location)
This method parses the given string representing a geographic point location by coordinates in ISO 6709 formatand returns the latitude and the longitude in float. If
locationis not in ISO 6709 format,this method returnsnull- Parameters:
location- a String representing a geographic point location by coordinates in ISO 6709 format
-
-
-
-