Uses of Class
com.arubanetworks.meridian.editor.Placemark
Packages that use Placemark
Package
Description
-
Uses of Placemark in com.arubanetworks.meridian.editor
Methods in com.arubanetworks.meridian.editor that return PlacemarkModifier and TypeMethodDescriptionstatic Placemark
Placemark.fromClientLocationDataJSON
(JSONObject json, EditorKey appKey) Static initializer for creating a Placemark from its json representation with extra location data.static Placemark
Placemark.fromJSONObject
(JSONObject json, String locationId) Static initializer for creating a Placemark from its json representation.static Placemark
Placemark.fromJSONObjectAndAppKey
(JSONObject json, EditorKey appKey) Static initializer for creating a Placemark from its json representation.Methods in com.arubanetworks.meridian.editor that return types with arguments of type PlacemarkModifier and TypeMethodDescriptionPlacemark.fromJSONArray
(JSONArray json, String locationId) Static initializer for creating an List of Placemarks from its json representation.Methods in com.arubanetworks.meridian.editor with parameters of type Placemark -
Uses of Placemark in com.arubanetworks.meridian.maps
Methods in com.arubanetworks.meridian.maps that return PlacemarkModifier and TypeMethodDescriptionMapView.getAssociatedPlacemark
(Marker marker) Return any associated Placemark for Markers generated through calls to markerForPlacemark.MapSheetFragment.PlacemarkCountTuple.getPlacemark()
OverlayMarkerOptions.getPlacemark()
The placemark that was used to initialize the OverlayMarkerOptionsPlacemarkMarker.getPlacemark()
Methods in com.arubanetworks.meridian.maps that return types with arguments of type PlacemarkModifier and TypeMethodDescriptionMapView.getPlacemarks()
Get a copy of the currently-loaded list of Placemarks for this map.Methods in com.arubanetworks.meridian.maps with parameters of type PlacemarkModifier and TypeMethodDescriptionstatic OverlayMarkerOptions
OverlayMarkerOptions.fromPlacemark
(Placemark placemark) Construct an OverlayMarker using data from a placemarkstatic PlacemarkMarkerOptions
PlacemarkMarkerOptions.fromPlacemark
(Placemark placemark) static boolean
PlacemarkMarker.isDrawable
(Context c, Placemark placemark) MapSheetFragment.markerForHiddenPlacemark
(Placemark placemark) MapFragment.markerForPlacemark
(Placemark placemark) MapSheetFragment.markerForPlacemark
(Placemark placemark) MapView.MarkerEventListener.markerForPlacemark
(Placemark placemark) This method is an opportunity to supply your ownMarker
instance for a given Placemark.FlatPlacemarkMarker.Builder.setPlacemark
(Placemark placemark) SelectedPinMarker.Builder.setPlacemark
(Placemark placemark) void
OverlayMarkerOptions.updateFromPlacemark
(Placemark placemark) Update OverlayMarker with the current point data from a placemarkConstructors in com.arubanetworks.meridian.maps with parameters of type PlacemarkModifierConstructorDescriptionA PlacemarkMarker Builder needs at least context and placemark objectsPlacemarkCountTuple
(Placemark placemark, int count) -
Uses of Placemark in com.arubanetworks.meridian.maps.directions
Methods in com.arubanetworks.meridian.maps.directions that return PlacemarkModifier and TypeMethodDescriptionRoute.getNearestPlacemarkToDestination()
Route.getNearestPlacemarkToOrigin()
-
Uses of Placemark in com.arubanetworks.meridian.requests
Method parameters in com.arubanetworks.meridian.requests with type arguments of type PlacemarkModifier and TypeMethodDescriptionPlacemarkRequest.Builder.setListener
(MeridianRequest.Listener<Placemark> listener) PlacemarksRequest.Builder.setListener
(MeridianRequest.PageListener<List<Placemark>> listener) -
Uses of Placemark in com.arubanetworks.meridian.search
Methods in com.arubanetworks.meridian.search that return PlacemarkModifier and TypeMethodDescriptionDirectionsStartSearchResult.getPlacemark()
Get the placemark associated with this result.LocalSearchResult.getPlacemark()
Get the placemark associated with this result.SearchResult.getPlacemark()
Get the placemark associated with this result.