Uses of Class
com.arubanetworks.meridian.maps.Marker
Packages that use Marker
-
Uses of Marker in com.arubanetworks.meridian.maps
Subclasses of Marker in com.arubanetworks.meridian.mapsModifier and TypeClassDescriptionclass
A marker which is a collection of highlighted markers.class
class
A marker which represents a collection of markers which are highlighted (selected) on the map.class
class
class
class
Methods in com.arubanetworks.meridian.maps that return MarkerModifier and TypeMethodDescriptionMarker[]
Transaction.getMarkers()
Get the markers added to this Transaction.MapSheetFragment.markerForHiddenPlacemark
(Placemark placemark) HighlightedMarkers.markerForHighlightedMarker
(Marker highlightedMarker) 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.MapFragment.markerForSelectedMarker
(Marker markerToSelect) MapSheetFragment.markerForSelectedMarker
(Marker markerToSelect) MapView.MarkerEventListener.markerForSelectedMarker
(Marker markerToSelect) Methods in com.arubanetworks.meridian.maps that return types with arguments of type MarkerModifier and TypeMethodDescriptionMapView.getAllMarkers()
Get a copy of the current list of Markers for this map.ClusteredMarker.getClusteredMarkers()
Access to array of highlighted markers being clusteredClusteredMarker.getMarkers()
Access to array of markers being highlighted and clustered.MapView.getUserMarkers()
Get a copy of the current list of Markers for this map.Methods in com.arubanetworks.meridian.maps with parameters of type MarkerModifier and TypeMethodDescriptionAdd a Marker to this Transaction.boolean
HighlightedMarkers.containsHighlightedMarker
(Marker marker) boolean
HighlightedMarkers.containsMarker
(Marker marker) MapView.getAssociatedPlacemark
(Marker marker) Return any associated Placemark for Markers generated through calls to markerForPlacemark.boolean
MapView.isCurrentLocationMarker
(Marker marker) Determines if a specified Marker is the current Location Marker.HighlightedMarkers.markerForHighlightedMarker
(Marker highlightedMarker) MapFragment.markerForSelectedMarker
(Marker markerToSelect) MapSheetFragment.markerForSelectedMarker
(Marker markerToSelect) MapView.MarkerEventListener.markerForSelectedMarker
(Marker markerToSelect) boolean
MapFragment.onCalloutClick
(Marker marker) boolean
MapSheetFragment.onCalloutClick
(Marker marker) boolean
MapView.MarkerEventListener.onCalloutClick
(Marker marker) Called when the callout is tapped.boolean
MapFragment.onDirectionsClick
(Marker marker) boolean
MapSheetFragment.onDirectionsClick
(Marker marker) boolean
MapView.DirectionsEventListener.onDirectionsClick
(Marker marker) Called when the directions action of the marker callout view is tapped.void
MapView.onMarkerClick
(Marker marker) Internal map event handler for when a marker is tapped.boolean
MapFragment.onMarkerDeselect
(Marker marker) boolean
MapSheetFragment.onMarkerDeselect
(Marker marker) boolean
MapView.MarkerEventListener.onMarkerDeselect
(Marker marker) Called when a user taps somewhere on the map deselecting a marker.boolean
MapFragment.onMarkerSelect
(Marker marker) boolean
MapSheetFragment.onMarkerSelect
(Marker marker) boolean
MapView.MarkerEventListener.onMarkerSelect
(Marker marker) Called when a user taps a Marker on the map.void
Marker.MarkerListener.onMarkerTapped
(Marker marker) Called when a marker is tapped by the user.Method parameters in com.arubanetworks.meridian.maps with type arguments of type MarkerModifier and TypeMethodDescriptionTransaction.Builder.addMarkers
(Collection<Marker> markers) Add a Collection of Markers to this Transaction.ClusteredMarker.Builder.setClusteredMarkers
(ArrayList<Marker> markersToCluster) Sets the markers to clusterHighlightedMarkers.Builder.setHighlightedMarkers
(ArrayList<Marker> markersToHighlight) Sets the markers to highlightvoid
MapView.setMarkers
(Collection<Marker> markers) Sets the Markers for this MapView.Constructor parameters in com.arubanetworks.meridian.maps with type arguments of type MarkerModifierConstructorDescriptionBuilder
(Context context, HighlightedMarkers highlightedMarker, ArrayList<Marker> markersToCluster) A ClusteredMarker Builder needs a list of markers to clusterA HighlightedMarkers Builder needs a list of markers to highlight -
Uses of Marker in com.arubanetworks.meridian.tags
Subclasses of Marker in com.arubanetworks.meridian.tags