Package 

Class PointGeometry

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

    
    public final class PointGeometry
     implements Geometry
                        

    A Geometry that contains a single Point.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String type
      private final Point point
    • Method Summary

      Modifier and Type Method Description
      String getType()
      final Point getPoint()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait