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: UInt32)
-
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, alignment: GLMapTextAlignment = .undefined, offset: CGPoint = .zero, style: GLMapVectorStyle)