SearchLocation
SearchLocation(stringaddress)
Searches for matching locations based on a partial or full address string and returns a list of possible results. This method is designed for location search or autocompletestyle behavior. It checks the cache first and then delegates the lookup to the configured location provider.
Parameters
| Name | Type | Description |
|---|---|---|
address |
String |
A freeform place or address string. |
Calling this method
Endpoint base: https://api.vedastro.org/api/Calculate/SearchLocation
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…