Package com.arubanetworks.meridian.maps
Class OverlayMarker.Builder
java.lang.Object
com.arubanetworks.meridian.maps.OverlayMarker.Builder
- Enclosing class:
- OverlayMarker
A factory class for creating OverlayMarkers
-
Constructor Summary
ConstructorsConstructorDescriptionBuilder
(Context context, OverlayMarkerOptions options) An OverlayMarker Builder needs at least a context and OverlayMarkerOptions object -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Construct the OverlayMarkersetOverlayMarkerOptions
(OverlayMarkerOptions OverlayMarkerOptions) Sets the OverlayMarker options
-
Constructor Details
-
Builder
An OverlayMarker Builder needs at least a context and OverlayMarkerOptions object- Parameters:
options
- The OverlayMarkerOptions to be used to construct the marker
-
-
Method Details
-
setOverlayMarkerOptions
Sets the OverlayMarker options -
build
Construct the OverlayMarker
-