Back

Maps
Description
A Maps app that takes latitude and longitude coordinates and generates a map with a marker on the given spot.
Details
https://maps.smoothplugins.com/.well-known/ai-plugin.json
{
"schema_version": "v1",
"name_for_human": "Maps",
"name_for_model": "maps",
"description_for_human": "A Maps app that takes latitude and longitude coordinates and generates a map with a marker on the given spot.",
"description_for_model": "A Maps app that takes latitude and longitude coordinates and generates a map with a marker on the given spot. Provide the coordinates and the app will generate a map. Coordinates are in the format of latitude and longitude, separated by a comma. Example format /?latlng=lat,lng - e.g. /?latlng=12.34567,-23.45678.",
"auth": {
"type": "none"
},
"api": {
"type": "openapi",
"url": "https://maps.smoothplugins.com/openapi.yaml",
"is_user_authenticated": false
},
"logo_url": "https://smoothplugins.com/img/plugin_logos2/maps1.png",
"contact_email": "makevoid@gmail.com",
"legal_info_url": "https://smoothplugins.com/tos/2_maps_plugin_tos"
}
https://maps.smoothplugins.com/openapi.yaml
---
openapi: 3.0.1
info:
title: Maps
description: A Maps app that takes latitude and longitude coordinates and generates
a map with a marker on the given spot. Provide the coordinates and the app will
generate a map. Coordinates are in the format of latitude and longitude, separated
by a comma. Example format /?latlng=lat,lng - e.g. /?latlng=12.34567,-23.45678.
version: v1.0
servers:
- url: https://maps.smoothplugins.com
paths:
"/":
get:
operationId: generate_map
summary: Generates a map with a marker on a given latitude and longitude coordinates
description: Generates a map with a marker on a given latitude and longitude
coordinates
parameters:
- name: latlng
in: query
description: The latitude and longitude coordinates to generate a map for
required: true
schema:
type: string
responses:
'200':
description: OK
content:
application/json:
schema:
"$ref": "#/components/schemas/generate_map_response"
components:
schemas:
generate_map_response:
type: object
properties:
result:
type: string
description: An output image of a map with a marker on the given spot
Discover other plugins from the maps category
Slpy Maps
Display Maps and Search for locations and points of interest, linked to interactive slippy Maps.
0 Comments

ChatMaps
Search maps semantically for places to go in popular cities in the USA.
0 Comments

MixerBox ChatMap
Powered by Google Maps API, MixerBox ChatMap is the world's 1st AI chatbot for Maps!
0 Comments

Earth
Generates a map image based on provided location, tilt and style.
0 Comments

GeoGuru
Extract geographical data seamlessly within your conversations.
0 Comments