Package 

Class KmlPoint

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

    @Deprecated(message = Use the new platform-agnostic data layer and renderer instead.) 
    public final class KmlPoint
    extends Point
                        

    Represents a KML Point. Contains a single coordinate.

    • Constructor Summary

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

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

        getGeometryObject, getGeometryType
      • Methods inherited from class java.lang.Object

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

      • KmlPoint

        KmlPoint(LatLng coordinates, Double altitude)
      • KmlPoint

        KmlPoint(LatLng coordinates)