Package com.sygic.sdk.map.object

Types

BitmapFactory
Link copied to clipboard
abstract class BitmapFactory : Parcelable
ClusterLayer
Link copied to clipboard
open class ClusterLayer : BaseNativeParcelable
DynamicLabelStyle
Link copied to clipboard
data class DynamicLabelStyle(textStyle: StyledText.MapTextStyle, minFontSize: Int, maxFontSize: Int, labelExtent: PointF) : Parcelable
MapCircle
Link copied to clipboard
open class MapCircle : MapObject<CircleData>
Represents the class implementation for circle object of MapObject
MapMarker
Link copied to clipboard
open class MapMarker : MapObject<MarkerData>
Represents the class implementation for marker object of MapObject.
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.
MapPlaceClusterObject
Link copied to clipboard
class MapPlaceClusterObject : ViewObject<MapPlaceClusterData>
MapPlaceIdObject
Link copied to clipboard
class MapPlaceIdObject : ViewObject<MapPlaceIdData>
MapPlacesManager
Link copied to clipboard
class MapPlacesManager
MapPolygon
Link copied to clipboard
open class MapPolygon : MapObject<PolygonData>
A graphical representation of a MapPolygon that can be rendered on a map.
MapPolyline
Link copied to clipboard
open class MapPolyline : MapObject<PolylineData>
A graphical representation of a GeoPolyline that can be rendered on a map.
MapRoute
Link copied to clipboard
open class MapRoute : MapObject<RouteData>
MapObject in the shape of a route that can be displayed on a map.
MapSmartLabel
Link copied to clipboard
open class MapSmartLabel : MapObject<SmartLabelData>
Represents the class implementation for smart label object of MapObject.
MapTrafficSign
Link copied to clipboard
open class MapTrafficSign : MapObject<TrafficSignData>
ProxyCity
Link copied to clipboard
open class ProxyCity : ProxyObject<ProxyCityData>
Represents the class implementation for city object of ProxyObject
ProxyIncident
Link copied to clipboard
open class ProxyIncident : ProxyObject<ProxyIncidentData>
Represents the class implementation for city object of ProxyObject
ProxyObject
Link copied to clipboard
abstract class ProxyObject<T : ProxyObjectData?> : ViewObject<T>
Represents the class implementation for objects that are provide automatically in map.
ProxyObjectManager
Link copied to clipboard
object ProxyObjectManager
ProxyPlace
Link copied to clipboard
open class ProxyPlace : ProxyObject<ProxyPlaceData>
Represents the class implementation for poi object of ProxyObject
ResourceViewFactory
Link copied to clipboard
open class ResourceViewFactory : UiObject.ViewFactory
ScreenObject
Link copied to clipboard
open class ScreenObject : ViewObject<ViewObjectData>
Represents the class implementation for objects that are actually screen points in map
StyledText
Link copied to clipboard
open class StyledText : Parcelable
UiObject
Link copied to clipboard
open class UiObject : MapObject<UiObjectData>
ViewObject
Link copied to clipboard
abstract class ViewObject<T : ViewObjectData?> : BaseNativeParcelable
Represent the base class implementation for all objects that are selectable from a com.sygic.sdk.map.MapView