Uses of Class
com.arubanetworks.meridian.maps.OverlayMarkerOptions
Packages that use OverlayMarkerOptions
-
Uses of OverlayMarkerOptions in com.arubanetworks.meridian.maps
Methods in com.arubanetworks.meridian.maps that return OverlayMarkerOptionsModifier and TypeMethodDescriptionstatic OverlayMarkerOptions
OverlayMarkerOptions.fromCircle
(float x, float y, float radius) Construct an OverlayMarker for a circlestatic OverlayMarkerOptions
OverlayMarkerOptions.fromPlacemark
(Placemark placemark) Construct an OverlayMarker using data from a placemarkOverlayMarker.getOverlayMarkerOptions()
Methods in com.arubanetworks.meridian.maps with parameters of type OverlayMarkerOptionsModifier and TypeMethodDescriptionOverlayMarker.Builder.setOverlayMarkerOptions
(OverlayMarkerOptions OverlayMarkerOptions) Sets the OverlayMarker optionsvoid
OverlayMarker.setOverlayMarkerOptions
(OverlayMarkerOptions options) Constructors in com.arubanetworks.meridian.maps with parameters of type OverlayMarkerOptionsModifierConstructorDescriptionBuilder
(Context context, OverlayMarkerOptions options) An OverlayMarker Builder needs at least a context and OverlayMarkerOptions objectOverlayMarker
(Context context, OverlayMarkerOptions options) OverlayMarker
(Context context, OverlayMarkerOptions options, Marker.MarkerListener listener)