Uses of Interface
de.hybris.platform.storelocator.map.markers.KmlGps
-
Packages that use KmlGps Package Description de.hybris.platform.storelocator.map.markers de.hybris.platform.storelocator.map.markers.impl -
-
Uses of KmlGps in de.hybris.platform.storelocator.map.markers
Methods in de.hybris.platform.storelocator.map.markers that return KmlGps Modifier and Type Method Description KmlGpsKmlPlacemark. getGPS()Returns placemarks position -
Uses of KmlGps in de.hybris.platform.storelocator.map.markers.impl
Classes in de.hybris.platform.storelocator.map.markers.impl that implement KmlGps Modifier and Type Class Description classDefaultKmlGpsMethods in de.hybris.platform.storelocator.map.markers.impl that return KmlGps Modifier and Type Method Description KmlGpsDefaultKmlPlacemark. getGPS()Constructors in de.hybris.platform.storelocator.map.markers.impl with parameters of type KmlGps Constructor Description DefaultKmlPlacemark(java.lang.String name, KmlDescription description, KmlGps gps)DefaultKmlPlacemark(java.lang.String name, KmlDescription description, KmlGps gps, KmlIconStyle style)DefaultKmlPlacemark(java.lang.String name, KmlGps gps)DefaultKmlPlacemark(java.lang.String name, KmlGps gps, KmlIconStyle style)
-