Click or drag to resize

MPInterfacebRequestMapGeoCoordinates Method

Uses Google or OpenStreet-Map to compute the geocoordinates. Please activate the interface in the MARIProject Settings.

For Google you need a code and the service will cost money. see https://developers.google.com/maps/documentation/geocoding/usage-limits

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public bool bRequestMapGeoCoordinates(
	clsAddress oAddress
)

Parameters

oAddress
Type: MARIInterfaceclsAddress
All fields of an address. See clsAddress for details

Return Value

Type: Boolean
The result is stored in Longitude and Latitude
Remarks