Package 

Class Point

  • All Implemented Interfaces:
    com.google.maps.android.data.Geometry

    
    public class Point
     implements Geometry
                        

    An abstraction that shares the common properties of KmlPoint and GeoJsonPoint

    • Constructor Summary

      Constructors 
      Constructor Description
      Point(LatLng coordinates) Creates a new Point object
    • Method Summary

      Modifier and Type Method Description
      String getGeometryType() Gets the type of geometry
      LatLng getGeometryObject() Gets the coordinates of the Point
      String toString()
      • Methods inherited from class com.google.maps.android.data.Geometry

        getGeometryObject
      • Methods inherited from class java.lang.Object

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

      • Point

        Point(LatLng coordinates)
        Creates a new Point object
        Parameters:
        coordinates - coordinates of Point to store