Package-level declarations

Types

Link copied to clipboard
abstract class BitmapFactory : Parcelable
Link copied to clipboard
Link copied to clipboard
data class DynamicLabelStyle(val textStyle: StyledText.MapTextStyle = StyledText.MapTextStyle(), val minFontSize: Int = 0, val maxFontSize: Int = 0, val labelExtent: PointF = PointF(0.0f, 0.0f)) : Parcelable
Link copied to clipboard
open class MapCircle : MapObject<T>
Represents the class implementation for circle object of MapObject
Link copied to clipboard
open class MapIncident : ViewObject<T>
Represents the class implementation for incident object
Link copied to clipboard
open class MapMarker : MapObject<T>
Represents the class implementation for marker object of MapObject.
Link copied to clipboard
abstract class MapObject<T : ViewObjectData?> : ViewObject<T>
Represent the class implementation for view objects that were added to map by user.
Link copied to clipboard
Link copied to clipboard
open class MapPolygon : MapObject<T>
A graphical representation of a MapPolygon that can be rendered on a map.
Link copied to clipboard
open class MapPolyline : MapObject<T>
A graphical representation of a GeoPolyline that can be rendered on a map.
Link copied to clipboard
open class MapRoute : MapObject<T>
MapObject in the shape of a route that can be displayed on a map.
Link copied to clipboard
open class MapSmartLabel : MapObject<T>
Represents the class implementation for smart label object of MapObject.
Link copied to clipboard
open class MapTrafficSign : MapObject<T>
Link copied to clipboard
open class ProxyCity : ProxyObject<T>
Represents the class implementation for city object of ProxyObject
Link copied to clipboard
abstract class ProxyObject<T : ProxyObjectData?> : ViewObject<T>
Represents the class implementation for objects that are provide automatically in map.
Link copied to clipboard
Link copied to clipboard
open class ProxyPlace : ProxyObject<T>
Represents the class implementation for poi object of ProxyObject
Link copied to clipboard
Link copied to clipboard
open class ScreenObject : ViewObject<T>
Represents the class implementation for objects that are actually screen points in map
Link copied to clipboard
open class StyledText : Parcelable
Link copied to clipboard
open class UiObject : MapObject<T>
Link copied to clipboard
Represent the base class implementation for all objects that are selectable from a com.sygic.sdk.map.MapView