MapOptions class
Параметры карты.
Constructors
-
MapOptions({CameraPosition position = const sdk.CameraPosition(point: sdk.GeoPoint(latitude: sdk.Latitude(), longitude: sdk.Longitude()), zoom: sdk.Zoom()), CameraPositionPoint positionPoint = const sdk.CameraPositionPoint(), CameraZoomRestrictions zoomRestrictions = const sdk.CameraZoomRestrictions(), DevicePpi? devicePPI, DeviceDensity? deviceDensity, List<
Source> ? sources, Style? style, CancelableOperation<Style> ? styleFuture, MapAppearance appearance = const AutomaticAppearance(MapTheme.defaultDayTheme(), MapTheme.defaultNightTheme()), Fps? maxFps, Fps? powerSavingMaxFps, Color? backgroundColor})
Properties
- appearance → MapAppearance
-
Выбор темы внутри выбранного стиля карты с учётом окружения.
final
- backgroundColor → Color?
-
Цвет фона до подгрузки стилей.
final
- deviceDensity → DeviceDensity?
-
Множитель, который вычисляется как отношение DPI к базовому DPI устройства.
final
- devicePPI → DevicePpi?
-
Разрешающая способность дисплея устройства, в пикселях на дюйм.
Должна быть положительной.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxFps → Fps?
-
Максимально допустимая частота обновления карты.
final
- position → CameraPosition
-
Расположение камеры относительно карты.
final
- positionPoint → CameraPositionPoint
-
Относительное расположение точки местоположения карты в пространстве
вида камеры.
final
- powerSavingMaxFps → Fps?
-
Максимально допустимая частота обновления карты в режиме сохранения энергии.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
sources
→ List<
Source> ? -
Источники данных карты.
final
- style → Style?
-
Начальный стиль карты.
final
-
styleFuture
→ CancelableOperation<
Style> ? -
Начальный стиль карты с отложенной загрузкой.
final
- zoomRestrictions → CameraZoomRestrictions
-
Границы изменения масштаба карты.
final
Methods
-
copyWith(
{CameraPosition? position, CameraPositionPoint? positionPoint, CameraZoomRestrictions? zoomRestrictions, Optional< DevicePpi?> ? devicePPI, Optional<DeviceDensity?> ? deviceDensity, Optional<List< ? sources, Optional<Source> ?>Style?> ? style, Optional<CancelableOperation< ? styleFuture, MapAppearance? appearance, Optional<Style> ?>Fps?> ? maxFps, Optional<Fps?> ? powerSavingMaxFps, Optional<Color?> ? backgroundColor}) → MapOptions -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited