Package 

Class KmlPoint

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

    
    public class KmlPoint
    extends Point
                        

    Represents a KML Point. Contains a single coordinate.

    • Constructor Summary

      Constructors 
      Constructor Description
      KmlPoint(LatLng coordinates) Creates a new KmlPoint
      KmlPoint(LatLng coordinates, Double altitude) Creates a new KmlPoint
    • Method Summary

      Modifier and Type Method Description
      Double getAltitude()
      • Methods inherited from class com.google.maps.android.data.Point

        getGeometryObject, getGeometryType, 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

      • KmlPoint

        KmlPoint(LatLng coordinates)
        Creates a new KmlPoint
        Parameters:
        coordinates - coordinates of the KmlPoint
      • KmlPoint

        KmlPoint(LatLng coordinates, Double altitude)
        Creates a new KmlPoint
        Parameters:
        coordinates - coordinates of the KmlPoint
        altitude - altitude of the KmlPoint