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 moreDeclaration
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 LineDataextension LineData: NativeBaseextension 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 moreDeclaration
Swift
public class LineDataAccessorextension LineDataAccessor: NativeBaseextension LineDataAccessor: Hashable -
Builder of
LineDatainstances.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 moreDeclaration
Swift
public class LineDataBuilderextension LineDataBuilder: NativeBaseextension 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 moreDeclaration
Swift
public class LineDataSourceextension LineDataSource: NativeBaseextension 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 moreDeclaration
Swift
public class LineDataSourceBuilderextension LineDataSourceBuilder: NativeBaseextension LineDataSourceBuilder: Hashable
MapLoader Reference