contact_geo_from_string


Description:


[ Version ( replacement = "ContactGeo.from_string" , since = "3.60" ) ]
public ContactGeo? contact_geo_from_string (string latitude, string longitude)

Creates a new ContactGeo, which has set latitude and longitude from the provided strings.

Parameters:

latitude

a text representation of the latitude

longitude

a text representation of the longitude

Returns:

a new ContactGeo, or null, when cannot convert the latitude or longitude to a double.


Namespace: E