GoogleMapServiceUsePublicAPI Property |
Gets/sets whether or not the service should use the Google Maps public API.
The public API is supported for testing and prototyping. The Google Maps API terms of use
prohibits use of the public API on sites that are not generally accessible without a fee,
or that operate solely on an internal network or other closed community.
Google Maps terms of use: https://developers.google.com/maps/terms?hl=en
Namespace:
NetQuarry.GoogleGeocoder
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public bool UsePublicAPI { get; set; }
Public Property UsePublicAPI As Boolean
Get
Set
Property Value
Type:
BooleanSee Also