Class KmlPoint

  • All Implemented Interfaces:
    Geometry

    public class KmlPoint
    extends Point
    Represents a KML Point. Contains a single coordinate.
    • Constructor Summary

      Constructors 
      Constructor Description
      KmlPoint​(com.google.android.gms.maps.model.LatLng coordinates)
      Creates a new KmlPoint
      KmlPoint​(com.google.android.gms.maps.model.LatLng coordinates, java.lang.Double altitude)
      Creates a new KmlPoint
    • Constructor Detail

      • KmlPoint

        public KmlPoint​(com.google.android.gms.maps.model.LatLng coordinates)
        Creates a new KmlPoint
        Parameters:
        coordinates - coordinates of the KmlPoint
      • KmlPoint

        public KmlPoint​(com.google.android.gms.maps.model.LatLng coordinates,
                        java.lang.Double altitude)
        Creates a new KmlPoint
        Parameters:
        coordinates - coordinates of the KmlPoint
        altitude - altitude of the KmlPoint
    • Method Detail

      • getAltitude

        public java.lang.Double getAltitude()