-
- All Implemented Interfaces:
-
com.google.maps.android.data.Geometry
public class KmlTrack extends KmlLineString
Created by thorin on 22/02/2017.
-
-
Method Summary
Modifier and Type Method Description ArrayList<Long>getTimestamps()HashMap<String, String>getProperties()-
Methods inherited from class com.google.maps.android.data.kml.KmlLineString
getAltitudes, getGeometryObject -
Methods inherited from class com.google.maps.android.data.LineString
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
-
KmlTrack
KmlTrack(ArrayList<LatLng> coordinates, ArrayList<Double> altitudes, ArrayList<Long> timestamps, HashMap<String, String> properties)
Creates a new KmlTrack object- Parameters:
coordinates- array of coordinatesaltitudes- array of altitudestimestamps- array of timestampsproperties- hashmap of properties
-
-
Method Detail
-
getTimestamps
ArrayList<Long> getTimestamps()
-
getProperties
HashMap<String, String> getProperties()
-
-
-
-