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 TypeClassDescriptionclassA marker which is a collection of highlighted markers.classclassA marker which represents a collection of markers which are highlighted (selected) on the map.classclassclassclassMethods 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 ownMarkerinstance 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.booleanHighlightedMarkers.containsHighlightedMarker(Marker marker) booleanHighlightedMarkers.containsMarker(Marker marker) MapView.getAssociatedPlacemark(Marker marker) Return any associated Placemark for Markers generated through calls to markerForPlacemark.booleanMapView.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) booleanMapFragment.onCalloutClick(Marker marker) booleanMapSheetFragment.onCalloutClick(Marker marker) booleanMapView.MarkerEventListener.onCalloutClick(Marker marker) Called when the callout is tapped.booleanMapFragment.onDirectionsClick(Marker marker) booleanMapSheetFragment.onDirectionsClick(Marker marker) booleanMapView.DirectionsEventListener.onDirectionsClick(Marker marker) Called when the directions action of the marker callout view is tapped.voidMapView.onMarkerClick(Marker marker) Internal map event handler for when a marker is tapped.booleanMapFragment.onMarkerDeselect(Marker marker) booleanMapSheetFragment.onMarkerDeselect(Marker marker) booleanMapView.MarkerEventListener.onMarkerDeselect(Marker marker) Called when a user taps somewhere on the map deselecting a marker.booleanMapFragment.onMarkerSelect(Marker marker) booleanMapSheetFragment.onMarkerSelect(Marker marker) booleanMapView.MarkerEventListener.onMarkerSelect(Marker marker) Called when a user taps a Marker on the map.voidMarker.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 highlightvoidMapView.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