AddressToGeoLocation
AddressToGeoLocation(stringaddress)
Converts a freeform address or location string into its corresponding geographic location. The method decodes the incoming address if it was URLencoded checks the cache first calls the location provider only when needed returns the resolved GeoLocation. This is typically used when a user supplies a city name place name or coordinatelike text and the system needs a normalized location object.
Parameters
| Name | Type | Description |
|---|---|---|
address |
String |
A place name address or coordinatelike input such as Gaithersburg or 3.9571599103.8723379. |
Calling this method
Endpoint base: https://api.vedastro.org/api/Calculate/AddressToGeoLocation
Most Calculate methods accept parameters either as URL path segments (GET) or as a JSON body (POST), keyed by parameter name. The exact request shape varies per method — see the Getting Started guide for the response envelope, StdTime format, and Ayanamsa conventions that apply across the API. Use the "Try it" panel below to build and send a real request and see the exact call this method expects.
Loading try-it widget…