Uses of Class
com.cercalia.sdk.model.staticmaps.StaticMapPolyline
Packages that use StaticMapPolyline
Package
Description
Static maps and imagery data models.
Core services for interacting with Cercalia APIs.
-
Uses of StaticMapPolyline in com.cercalia.sdk.model.staticmaps
Methods in com.cercalia.sdk.model.staticmaps that return StaticMapPolylineModifier and TypeMethodDescription@NotNull StaticMapPolylineStaticMapPolyline.Builder.build()Builds aStaticMapPolyline. -
Uses of StaticMapPolyline in com.cercalia.sdk.services
Methods in com.cercalia.sdk.services with parameters of type StaticMapPolylineModifier and TypeMethodDescription@NotNull StaticMapResultStaticMapsService.generateMapWithPolyline(@NotNull List<Coordinate> coordinates, @Nullable StaticMapPolyline polyline, @Nullable Integer width, @Nullable Integer height) Generate a map with a polyline.