get_geo_point


Description:

public bool get_geo_point (out double latitude, out double longitude)

Retrieves the geo reference of the this.

Parameters:

this

a FeedItem.

latitude

will be assigned to the latitude of the point, or null.

longitude

will be assigned to the longitude of the point, or null.

Returns:

true if this has geographic coordinates assigned and latitude and longitude have been set, false if this has not geo reference.