Uses of Interface
com.cercalia.sdk.model.staticmaps.StaticMapShape
Packages that use StaticMapShape
-
Uses of StaticMapShape in com.cercalia.sdk.model.staticmaps
Classes in com.cercalia.sdk.model.staticmaps that implement StaticMapShapeModifier and TypeClassDescriptionfinal classRepresents a circle shape to be rendered on a static map.final classRepresents a text label to be rendered on a static map.final classRepresents a line shape to be rendered on a static map.final classRepresents a polyline shape to be rendered on a static map.final classRepresents a rectangle shape to be rendered on a static map.final classRepresents a sector (pie slice) shape to be rendered on a static map.Methods in com.cercalia.sdk.model.staticmaps that return types with arguments of type StaticMapShapeMethods in com.cercalia.sdk.model.staticmaps with parameters of type StaticMapShapeModifier and TypeMethodDescriptionStaticMapOptions.Builder.addShape(@NotNull StaticMapShape shape) StaticMapOptions.Builder.shapes(@NotNull StaticMapShape... shapes) Method parameters in com.cercalia.sdk.model.staticmaps with type arguments of type StaticMapShapeModifier and TypeMethodDescriptionStaticMapOptions.Builder.shapes(@NotNull List<StaticMapShape> shapes)