- makeBoundsForLocations(ArrayList<LngLat>) - Static method in class com.tplmaps3d.sdk.model.Bounds
-
Makes and returns Bounds
for given list of locations
- makeLngLat(Location) - Static method in class com.tplmaps3d.sdk.utils.CommonUtils
-
Make
LngLat
object from
Location
object
- mapController - Variable in class com.tplmaps3d.CameraPosition.Builder
-
- MapController - Class in com.tplmaps3d
-
MapController
is the main class for interacting with map.
- MapController.CameraType - Enum in com.tplmaps3d
-
Options for changing the appearance of 3D geometry
- MapController.CustomInfoWindow - Interface in com.tplmaps3d
-
- MapController.DebugFlag - Enum in com.tplmaps3d
-
Options for enabling debug rendering features
- MapController.EaseType - Enum in com.tplmaps3d
-
Options for interpolating map parameters
- MapController.Error - Enum in com.tplmaps3d
-
Options representing an error generated after from the map controller
- MapController.FeaturePickListener - Interface in com.tplmaps3d
-
- MapController.FrameCaptureCallback - Interface in com.tplmaps3d
-
- MapController.LabelPickListener - Interface in com.tplmaps3d
-
- MapController.MyLocationArg - Enum in com.tplmaps3d
-
- MapController.OnCameraChangeEndListener - Interface in com.tplmaps3d
-
Interface to provide Camera Change End callback method
- MapController.OnCameraChangeListener - Interface in com.tplmaps3d
-
Interface to provide Camera Chang callback method
- MapController.OnCameraChangeStartedListener - Interface in com.tplmaps3d
-
Interface to provide Camera Change Started callback method
- MapController.OnCircleClickListener - Interface in com.tplmaps3d
-
- MapController.OnInfoWindowClickListener - Interface in com.tplmaps3d
-
- MapController.OnMapClickListener - Interface in com.tplmaps3d
-
- MapController.OnMarkerClickListener - Interface in com.tplmaps3d
-
- MapController.OnMyLocationChangeListener - Interface in com.tplmaps3d
-
Interface to provide Location Changes of map's location dot
- MapController.OnPoiClickListener - Interface in com.tplmaps3d
-
- MapController.OnPolygonClickListener - Interface in com.tplmaps3d
-
- MapController.OnPolylineClickListener - Interface in com.tplmaps3d
-
- MapController.SceneUpdateErrorListener - Interface in com.tplmaps3d
-
- MapController.ShapePickListener - Interface in com.tplmaps3d
-
- MapController.ViewCompleteListener - Interface in com.tplmaps3d
-
- MapMode - Enum in com.tplmaps3d
-
Enum to provide different map modes constants
- mapPointOnline(LngLat, LngLat, LngLat) - Method in class com.tplmaps3d.MapController
-
- MapView - Class in com.tplmaps3d
-
MapView
is a View for displaying a map.
- MapView(Context) - Constructor for class com.tplmaps3d.MapView
-
- MapView(Context, AttributeSet) - Constructor for class com.tplmaps3d.MapView
-
- MapView.OnMapReadyCallback - Interface in com.tplmaps3d
-
Interface for receiving a MapController
once it is ready to be used
- Marker - Class in com.tplmaps3d
-
- MarkerOptions - Class in com.tplmaps3d
-
- MarkerOptions() - Constructor for class com.tplmaps3d.MarkerOptions
-
- markerSetPointEasedUsingGeometryMapper(long, LngLat, float, int, boolean, boolean) - Method in class com.tplmaps3d.MapController
-
- MAX_ZOOM_LEVEL - Static variable in class com.tpl.maps.sdk.utils.boundingBox.RouteUtils
-
- MoveGestureDetector - Class in com.almeros.android.multitouch
-
- MoveGestureDetector(Context, MoveGestureDetector.OnMoveGestureListener) - Constructor for class com.almeros.android.multitouch.MoveGestureDetector
-
- MoveGestureDetector.OnMoveGestureListener - Interface in com.almeros.android.multitouch
-
Listener which must be implemented which is used by MoveGestureDetector
to perform callbacks to any implementing class which is registered to a
MoveGestureDetector via the constructor.
- MoveGestureDetector.SimpleOnMoveGestureListener - Class in com.almeros.android.multitouch
-
Helper class which may be extended and where the methods may be
implemented.