IMarkerViewFactory
Factory for creating UIView markers.
Methods
func make(
/// Marker displaying.
view: UIView,
/// Point on the map to which the binding is made.
position: GeoPointWithElevation,
/// Relative point on the View to which the binding is made.
anchor: Anchor,
/// Additional offset in pixels along the X axis.
offsetX: CGFloat,
/// Additional offset in pixels along the Y axis.
offsetY: CGFloat
) -> IMarkerView
Create a marker.
Parameters