parse

fun parse(geoDeeplink: String?): GeoDeeplink?

Convert a string into a GeoDeeplink object. Returns a GeoDeeplink when the string starts with "geo:"

GeoDeeplink.point or GeoDeeplink.placeQuery will provide a supported value or else the GeoDeeplink will be null.