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 PlacemarkPlacemark.fromClientLocationDataJSON(JSONObject json, EditorKey appKey) Static initializer for creating a Placemark from its json representation with extra location data.static PlacemarkPlacemark.fromJSONObject(JSONObject json, String locationId) Static initializer for creating a Placemark from its json representation.static PlacemarkPlacemark.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 OverlayMarkerOptionsOverlayMarkerOptions.fromPlacemark(Placemark placemark) Construct an OverlayMarker using data from a placemarkstatic PlacemarkMarkerOptionsPlacemarkMarkerOptions.fromPlacemark(Placemark placemark) static booleanPlacemarkMarker.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 ownMarkerinstance for a given Placemark.FlatPlacemarkMarker.Builder.setPlacemark(Placemark placemark) SelectedPinMarker.Builder.setPlacemark(Placemark placemark) voidOverlayMarkerOptions.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.