AbstractCZRMapViewInterface class abstract

Inheritance

Constructors

AbstractCZRMapViewInterface(int projCacheSize)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getMapViewCenter() → LatLng
getMapViewRotationDegrees() double
getMapViewTitlesPerspectiveValue() String
Return the current Map View Titles Perspective Value: This value is a way to identify when the map view perspective has changed in a way floating titles might collide with each other (e.g. zoom, rotation, tilt, etc.) This allows the floating titles controller to know when to ignore existing titles collisions, to avoid making titles blink when they are too close together with coordinates calculations rounding makes them look like they are colliding/not colliding every other frame.
override
getMapViewZoom() double
latLngToViewCoordinates(LatLng latLng, Size viewSize) Offset
Convert LatLng coordinates to screen coordinates
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateFrom(AbstractMapViewInterface oldMapInterface) → void
Update the Map Interface from a previous instance. This method is the ideal moment to transfer any cache data from the old instance
override

Operators

operator ==(Object other) bool
The equality operator.
inherited