Package com.cercalia.sdk.model.staticmaps
package com.cercalia.sdk.model.staticmaps
Static maps and imagery data models.
-
ClassDescriptionRepresents an RGBA color for static map shapes.Represents a circle shape to be rendered on a static map.Builder for
StaticMapCircle.Represents a map extent (bounding box) defined by its upper-left and lower-right corners.Represents a text label to be rendered on a static map.Builder forStaticMapLabel.Represents a line shape to be rendered on a static map.Builder forStaticMapLine.Represents a marker to be rendered on a static map.Options for generating a static map.Builder forStaticMapOptions.Represents a polyline shape to be rendered on a static map.Builder forStaticMapPolyline.Represents a rectangle shape to be rendered on a static map.Builder forStaticMapRectangle.Result from generating a static map.Builder forStaticMapResult.Represents a sector (pie slice) shape to be rendered on a static map.Builder forStaticMapSector.Base interface for static map shapes.Types of shapes that can be drawn on a static map.