Package com.sygic.sdk.map

Types

Link copied to clipboard
class BreadCrumbs : NativeMethodsReceiver

Class for logging and displaying location history inside of a map view.

Link copied to clipboard
open class Camera
Represents a composite class comprised of tilt, orientation, zoom level and center point for a Map.
Link copied to clipboard
open class CameraState : Parcelable
Link copied to clipboard
data class CountryDetails(    val name: String,     val continentName: String,     val iso: String,     val regions: List<String>,     val totalSize: Long,     val version: MapVersion) : Parcelable

Class representing details about the country.

Link copied to clipboard
open class IncidentWarningSettings : Parcelable
Link copied to clipboard
open class LanesView : FrameLayout, GlSurfaceListener.GlSurfaceChangeListener
A class used by an application to display lanes.
Link copied to clipboard
open class LogisticInfoSettings
Link copied to clipboard
open class MapAnimation : Parcelable
Represents values that describe animation types for on-screen map movements.
Link copied to clipboard
class MapCenter : BaseNativeParcelable
Link copied to clipboard
open class MapCenterSettings : BaseNativeParcelable
Link copied to clipboard
open class MapFragment : Fragment, MapDataProvider
A fragment class that automatically creates a Map.
Link copied to clipboard

Class providing functionality to manage offline maps on the device.

Link copied to clipboard
data class MapLoadedData<out T>(val result: MapInstaller.LoadResult, val value: T? = null)

Wrapper for the data and result of the operation.

Link copied to clipboard
class MapRectangle : BaseNativeParcelable
Link copied to clipboard
open class MapRoadNumberFormat : BaseNativeParcelable
Link copied to clipboard
open class MapSurface(initialSkins: List<String>? = null, initialCameraState: CameraState? = null) : MapDataProvider
Link copied to clipboard
open class MapView : NativeMethodsReceiver
A class used by an application to display a map.
Link copied to clipboard
class MapWarningSettings : Parcelable
Link copied to clipboard
open class PositionIndicator
Used to provide a visual indication of the user's current position.
Link copied to clipboard
data class RegionDetails(    val name: String,     val iso: String,     val size: Long,     val version: MapVersion) : Parcelable

Class representing details about the region of a country.

Link copied to clipboard
class RestrictionImage
Link copied to clipboard
data class RouteRestrictionSettings(    val enabledTypes: List<RouteRestrictionSettings.ViolationType>,     val markerImage: BitmapFactory,     val markerAnchor: PointF,     val signPosition: PointF,     val signScale: PointF)
Link copied to clipboard
data class TrafficSignFormSettings(    val formType: TrafficSignFormSettings.FormType,     val markerImage: BitmapFactory,     val markerAnchor: PointF,     val signPosition: PointF,     val signScale: PointF)
Link copied to clipboard
data class TrafficSignSettings(    val signType: TrafficSignSettings.SignType,     val countrySignage: TrafficSignSettings.CountrySignage,     val bitmapFactory: BitmapFactory,     val signAnchor: PointF = PointF(0.5F, 0.5F),     val labelAnchor: PointF = PointF(0.5F, 0.5F),     val labelStyle: DynamicLabelStyle = DynamicLabelStyle()) : Parcelable