Uses of Class
com.cercalia.sdk.model.staticmaps.StaticMapMarker
Packages that use StaticMapMarker
Package
Description
Static maps and imagery data models.
Core services for interacting with Cercalia APIs.
-
Uses of StaticMapMarker in com.cercalia.sdk.model.staticmaps
Methods in com.cercalia.sdk.model.staticmaps that return StaticMapMarkerModifier and TypeMethodDescriptionstatic @NotNull StaticMapMarkerStaticMapMarker.at(@NotNull Coordinate coord) Creates a marker at the specified coordinate.static @NotNull StaticMapMarkerStaticMapMarker.at(@NotNull Coordinate coord, int icon) Creates a marker at the specified coordinate with an icon.Methods in com.cercalia.sdk.model.staticmaps that return types with arguments of type StaticMapMarkerMethods in com.cercalia.sdk.model.staticmaps with parameters of type StaticMapMarkerModifier and TypeMethodDescriptionStaticMapOptions.Builder.addMarker(@NotNull StaticMapMarker marker) StaticMapOptions.Builder.markers(@NotNull StaticMapMarker... markers) Method parameters in com.cercalia.sdk.model.staticmaps with type arguments of type StaticMapMarkerModifier and TypeMethodDescriptionStaticMapOptions.Builder.markers(@NotNull List<StaticMapMarker> markers) -
Uses of StaticMapMarker in com.cercalia.sdk.services
Method parameters in com.cercalia.sdk.services with type arguments of type StaticMapMarkerModifier and TypeMethodDescription@NotNull StaticMapResultStaticMapsService.generateMapWithMarkers(@NotNull List<StaticMapMarker> markers, @Nullable Integer width, @Nullable Integer height) Generate a map with markers.