Package com.sygic.sdk.map

Types

BreadCrumbs
Link copied to clipboard
class BreadCrumbs : NativeMethodsReceiver
Class for logging and displaying location history inside of a map view.
Camera
Link copied to clipboard
open class Camera
Represents a composite class comprised of tilt, orientation, zoom level and center point for a Map.
CameraState
Link copied to clipboard
open class CameraState : Parcelable
CountryDetails
Link copied to clipboard
data class CountryDetails(name: String, continentName: String, iso: String, regions: List<String>, totalSize: Long, version: MapVersion) : Parcelable
Class representing details about the country.
IncidentWarningSettings
Link copied to clipboard
open class IncidentWarningSettings : Parcelable
LanesView
Link copied to clipboard
open class LanesView : FrameLayout, GlSurfaceListener.GlSurfaceChangeListener
A class used by an application to display lanes.
LogisticInfoSettings
Link copied to clipboard
open class LogisticInfoSettings
MapAnimation
Link copied to clipboard
open class MapAnimation : Parcelable
Represents values that describe animation types for on-screen map movements.
MapCenter
Link copied to clipboard
class MapCenter : BaseNativeParcelable
MapCenterSettings
Link copied to clipboard
open class MapCenterSettings : BaseNativeParcelable
MapFragment
Link copied to clipboard
open class MapFragment : Fragment, MapDataProvider
A fragment class that automatically creates a Map.
MapLoadedData
Link copied to clipboard
data class MapLoadedData<out T>(result: MapLoader.LoadResult, value: T?)
Wrapper for the data and result of the operation.
MapLoader
Link copied to clipboard
class MapLoader : NativeMethodsReceiver
Class providing functionality to manage offline maps on the device.
MapRectangle
Link copied to clipboard
class MapRectangle : BaseNativeParcelable
MapRoadNumberFormat
Link copied to clipboard
open class MapRoadNumberFormat : BaseNativeParcelable
MapSurface
Link copied to clipboard
open class MapSurface(initialSkins: List<String>?, initialCameraState: CameraState?) : MapDataProvider
MapView
Link copied to clipboard
open class MapView : NativeMethodsReceiver
A class used by an application to display a map.
MapWarningSettings
Link copied to clipboard
class MapWarningSettings : Parcelable
PositionIndicator
Link copied to clipboard
open class PositionIndicator
Used to provide a visual indication of the user's current position.
RegionDetails
Link copied to clipboard
data class RegionDetails(name: String, iso: String, size: Long, version: MapVersion) : Parcelable
Class representing details about the region of a country.
RestrictionImage
Link copied to clipboard
class RestrictionImage
Replaced with TrafficSignSettings
RouteRestrictionSettings
Link copied to clipboard
data class RouteRestrictionSettings(enabledTypes: List<RouteRestrictionSettings.ViolationType>, markerImage: BitmapFactory, markerAnchor: PointF, signPosition: PointF, signScale: PointF)
TrafficSignSettings
Link copied to clipboard
data class TrafficSignSettings(signType: TrafficSignSettings.SignType, countrySignage: TrafficSignSettings.CountrySignage, bitmapFactory: BitmapFactory, signAnchor: PointF, labelAnchor: PointF, labelStyle: DynamicLabelStyle) : Parcelable