Package com.kakao.vectormap
Class RoadViewRequest.Marker
- java.lang.Object
-
- com.kakao.vectormap.RoadViewRequest.Marker
-
- Enclosing class:
- RoadViewRequest
public static class RoadViewRequest.Marker extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getLatitude()
double
getLongitude()
double
getPan()
LatLng
getPosition()
double
getTilt()
-
-
-
Field Detail
-
pan
public final double pan
-
tilt
public final double tilt
-
type
public final int type
-
position
public final LatLng position
-
-
Method Detail
-
getPan
public double getPan()
-
getTilt
public double getTilt()
-
getPosition
public LatLng getPosition()
-
getLatitude
public double getLatitude()
-
getLongitude
public double getLongitude()
-
-