Package com. sygic. sdk. map
Types
Bread Crumbs
Link copied to clipboard
Class for logging and displaying location history inside of a map view.
Camera State
Link copied to clipboard
Country Details
Link copied to clipboard
data class CountryDetails(name: String, continentName: String, iso: String, regions: List<String>, totalSize: Long, version: MapVersion) : Parcelable
Content copied to clipboard
Class representing details about the country.
Incident Warning Settings
Link copied to clipboard
Lanes View
Link copied to clipboard
open class LanesView : FrameLayout, GlSurfaceListener.GlSurfaceChangeListener
Content copied to clipboard
A class used by an application to display lanes.
Logistic Info Settings
Link copied to clipboard
open class LogisticInfoSettings
Content copied to clipboard
Map Animation
Link copied to clipboard
Represents values that describe animation types for on-screen map movements.
Map Center
Link copied to clipboard
Map Center Settings
Link copied to clipboard
Map Fragment
Link copied to clipboard
A fragment class that automatically creates a Map.
Map Installer
Link copied to clipboard
class MapInstaller : NativeMethodsReceiver, SygicContext.OnContextDestroyListener
Content copied to clipboard
Class providing functionality to manage offline maps on the device.
Map Loaded Data
Link copied to clipboard
data class MapLoadedData<out T>(result: MapInstaller.LoadResult, value: T?)
Content copied to clipboard
Wrapper for the data and result of the operation.
Map Rectangle
Link copied to clipboard
Map Road Number Format
Link copied to clipboard
Map Surface
Link copied to clipboard
open class MapSurface(initialSkins: List<String>?, initialCameraState: CameraState?) : MapDataProvider
Content copied to clipboard
Map View
Link copied to clipboard
A class used by an application to display a map.
Map Warning Settings
Link copied to clipboard
Position Indicator
Link copied to clipboard
open class PositionIndicator
Content copied to clipboard
Used to provide a visual indication of the user's current position.
Region Details
Link copied to clipboard
data class RegionDetails(name: String, iso: String, size: Long, version: MapVersion) : Parcelable
Content copied to clipboard
Class representing details about the region of a country.
Restriction Image
Link copied to clipboard
Route Restriction Settings
Link copied to clipboard
data class RouteRestrictionSettings(enabledTypes: List<RouteRestrictionSettings.ViolationType>, markerImage: BitmapFactory, markerAnchor: PointF, signPosition: PointF, signScale: PointF)
Content copied to clipboard
Traffic Sign Form Settings
Link copied to clipboard
data class TrafficSignFormSettings(formType: TrafficSignFormSettings.FormType, markerImage: BitmapFactory, markerAnchor: PointF, signPosition: PointF, signScale: PointF)
Content copied to clipboard
Traffic Sign Settings
Link copied to clipboard
data class TrafficSignSettings(signType: TrafficSignSettings.SignType, countrySignage: TrafficSignSettings.CountrySignage, bitmapFactory: BitmapFactory, signAnchor: PointF, labelAnchor: PointF, labelStyle: DynamicLabelStyle) : Parcelable
Content copied to clipboard