Package 

Class ISO6709LocationParser

    • Method Summary

      Modifier and Type Method Description
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ISO6709LocationParser

        ISO6709LocationParser()
    • 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 location is not in ISO 6709 format,this method returns null

        Parameters:
        location - a String representing a geographic point location by coordinates in ISO 6709 format