Map
Description: Shows location-based information with interactive maps and directions.
API Response Structure:
{
"location": {
"address": "123 Main St, City, State",
"coordinates": {
"latitude": 40.7128,
"longitude": -74.0060
}
},
"places": [
{
"name": "Business Name",
"type": "Restaurant",
"rating": 4.5,
"address": "456 Side St"
}
],
"hasDirections": true,
"type": "instantAnswers",
"configType": "map"
}
Fields:
-
location(object): Main location information-
address(string): Full address -
coordinates(object): Geographic coordinates
-
-
places(array): Nearby places-
name(string): Place name -
type(string): Business type -
rating(number): Average rating -
address(string): Place address
-
-
hasDirections(boolean): If directions are available -
type(string): Always "instantAnswers" -
configType(string): Always "map"
