# Geolocation

- [Get Fire Geolocation](/apphive-documentacion/reference/funciones/geolocation/get-fire-geolocation.md): That allows you to store and query a set of keys based on their geographic location.
- [Geo Fire Listen Item](/apphive-documentacion/reference/funciones/geolocation/geo-fire-listen-item.md): You can add markers or elements to the map.
- [Query Fire Geolocation](/apphive-documentacion/reference/funciones/geolocation/query-fire-geolocation.md): Query by geographic coordinates in Apphive is a highly requested feature because many successful apps like Uber, Pokemon Go, Instagram, etc. use realtime maps as part of the core.
- [Remove Fire Geolocation](/apphive-documentacion/reference/funciones/geolocation/remove-fire-geolocation.md): To remove a location and delete it from the database simply use this function.
- [Set Fire Geolocation](/apphive-documentacion/reference/funciones/geolocation/set-fire-geolocation.md): You could use this function to set a location for a key simply call, this function is passed a key as a string and the location as a location object containing the location's latitude and longitud.
- [Geo Fire Set Multiple](/apphive-documentacion/reference/funciones/geolocation/geo-fire-set-multiple.md): You can set multilple Geolocations with different values and retrieve as a list or object.
- [Geocoding](/apphive-documentacion/reference/funciones/geolocation/geocoding.md): Geocoding is the process of taking input text, such as an address or the name of a place, and returning a latitude/longitude location on the Earth's surface for that place.
- [Get Distance](/apphive-documentacion/reference/funciones/geolocation/get-distance.md): This a function that provides travel distance and time between origins and destinations, in case of recommended route between start and end points, as calculated by the Google Maps.
- [Get Geolocation](/apphive-documentacion/reference/funciones/geolocation/get-geolocation.md): Geolocation is the identification or estimation of the real-world geographic location of an object, such as a radar source, mobile phone, or Internet-connected computer terminal.
- [Start Geolocation Tracking](/apphive-documentacion/reference/funciones/geolocation/start-geolocation-tracking.md): You can start a geolocation tracking to get a geographic location of an object, such as a radar source, mobile phone.
- [Stop Geolocation Tracking](/apphive-documentacion/reference/funciones/geolocation/stop-geolocation-tracking.md): You can stop a geolocation tracking to get a geographic location of an object, such as a radar source, mobile phone.
