GLMapMarkerData

public extension GLMapMarkerData
  • Sets style to the marker. Style indexes returned by GLMapMarkerStyleCollection, when new image is added

    @param style Index of the style.

    Declaration

    Swift

    func setStyle(_ style: UInt)
  • Sets text to the marker.

    @param text Text displayed by marker @param offset Offset of the text center relative to the marker center @param style Text style

    Declaration

    Swift

    func setText(_ text: String, offset: CGPoint, style: GLMapVectorStyle)