Package com.sygic.sdk.map.object.data

Types

CircleData
Link copied to clipboard
open class CircleData : ViewObjectData
MapPlace
Link copied to clipboard
data class MapPlace(id: Int, description: String, location: GeoCoordinates, category: String) : Parcelable
MapPlaceCategory
Link copied to clipboard
data class MapPlaceCategory @JvmOverloads constructor(id: String, backgroundStyle: MapPlaceCategory.BackgroundStyle?, textStyle: MapPlaceCategory.TextStyle?, imageStyle: MapPlaceCategory.ImageStyle?, clusterId: String, zoomLimit: Float) : Parcelable

Representation of imported map place category properties. At least one of the style properties should be non-null, otherwise object won't be visible on map

MapPlaceClusterData
Link copied to clipboard
class MapPlaceClusterData(location: GeoCoordinates, expansionZoom: Float, placeCount: Int) : ViewObjectData
MapPlaceIdData
Link copied to clipboard
class MapPlaceIdData(placeId: Int) : ViewObjectData
MarkerData
Link copied to clipboard
open class MarkerData : ViewObjectData
ObjectCreator
Link copied to clipboard
interface ObjectCreator<I : ViewObject<D>?, D : ViewObjectData?>
PolygonData
Link copied to clipboard
open class PolygonData : ViewObjectData
PolylineData
Link copied to clipboard
open class PolylineData : ViewObjectData
ProxyCityData
Link copied to clipboard
open class ProxyCityData : ProxyObjectData
ProxyIncidentData
Link copied to clipboard
open class ProxyIncidentData : ProxyObjectData
ProxyObjectData
Link copied to clipboard
abstract class ProxyObjectData : ViewObjectData
ProxyPlaceData
Link copied to clipboard
open class ProxyPlaceData : ProxyObjectData
RouteData
Link copied to clipboard
open class RouteData : ViewObjectData
SmartLabelData
Link copied to clipboard
open class SmartLabelData : ViewObjectData
TrafficSignData
Link copied to clipboard
open class TrafficSignData : ViewObjectData
UiObjectData
Link copied to clipboard
open class UiObjectData : ViewObjectData
ViewObjectData
Link copied to clipboard
open class ViewObjectData : Parcelable