Package com. sygic. sdk. map. object. data
Types
Circle Data
Link copied to clipboard
Map Place
Link copied to clipboard
data class MapPlace(id: Int, description: String, location: GeoCoordinates, category: String) : Parcelable
Content copied to clipboard
Map Place Category
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
Content copied to clipboard
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
Map Place Cluster Data
Link copied to clipboard
class MapPlaceClusterData(location: GeoCoordinates, expansionZoom: Float, placeCount: Int) : ViewObjectData
Content copied to clipboard
Map Place Cluster Settings
Link copied to clipboard
class MapPlaceClusterSettings(zoomLevel: Int, radius: Float) : Parcelable
Content copied to clipboard
Map Place Id Data
Link copied to clipboard
Marker Data
Link copied to clipboard
Object Creator
Link copied to clipboard
Polygon Data
Link copied to clipboard
Polyline Data
Link copied to clipboard
Proxy City Data
Link copied to clipboard
Proxy Incident Data
Link copied to clipboard
Proxy Object Data
Link copied to clipboard
Proxy Place Data
Link copied to clipboard
Route Data
Link copied to clipboard
Smart Label Data
Link copied to clipboard
Traffic Sign Data
Link copied to clipboard
Ui Object Data
Link copied to clipboard
View Object Data
Link copied to clipboard