MapLoader

  • Interface for a collection of data attributes.

    Note: This is a beta release of this feature, so there could be a few bugs and unexpected behavior. Related APIs may change for new releases without a deprecation process.

    See more

    Declaration

    Swift

    public protocol DataAttributesBase : AnyObject
  • Represents a geodetic line with custom attributes. Can be created using a LineDataBuilder.

    Note: This is a beta release of this feature, so there could be a few bugs and unexpected behavior. Related APIs may change for new releases without a deprecation process.

    Declaration

    Swift

    public class LineData
    extension LineData: NativeBase
    extension LineData: Hashable
  • Line data accessor used for manipulating polylines that are part of a LineDataSource.

    Note: This is a beta release of this feature, so there could be a few bugs and unexpected behavior. Related APIs may change for new releases without a deprecation process.

    See more

    Declaration

    Swift

    public class LineDataAccessor
    extension LineDataAccessor: NativeBase
    extension LineDataAccessor: Hashable
  • Builder of LineData instances.

    Note: This is a beta release of this feature, so there could be a few bugs and unexpected behavior. Related APIs may change for new releases without a deprecation process.

    See more

    Declaration

    Swift

    public class LineDataBuilder
    extension LineDataBuilder: NativeBase
    extension LineDataBuilder: Hashable
  • Polyline data source allows the rendering engine access to the user provided polylines geometry and their attributes.

    Polyline segments are rendered following the shortest path between their end vertices.

    Note: This is a beta release of this feature, so there could be a few bugs and unexpected behavior. Related APIs may change for new releases without a deprecation process.

    See more

    Declaration

    Swift

    public class LineDataSource
    extension LineDataSource: NativeBase
    extension LineDataSource: Hashable
  • Builder of lines data source.

    Note: This is a beta release of this feature, so there could be a few bugs and unexpected behavior. Related APIs may change for new releases without a deprecation process.

    See more

    Declaration

    Swift

    public class LineDataSourceBuilder
    extension LineDataSourceBuilder: NativeBase
    extension LineDataSourceBuilder: Hashable