PanoramaTextMarker constructor

PanoramaTextMarker(
  1. Direction angularPosition,
  2. String shortLabel,
  3. String fullLabel
)

Implementation

factory PanoramaTextMarker(
        mapkit_geometry_direction.Direction angularPosition,
        core.String shortLabel,
        core.String fullLabel) =>
    PanoramaTextMarkerImpl(angularPosition, shortLabel, fullLabel);