O funcionamento interno dos tipos de mapa na Maps API é um tópico avançado.
Na tag script que carrega a Maps API, é possível omitir o atributo async e o parâmetro callback.
In the script tag that loads the Maps JavaScript API, it is possible to omit the async attribute and the callback parameter.
Como desenvolvedor de um aplicativo da Maps API, é sua responsabilidade verificar se o aplicativo cumpre as leis locais, garantindo a aplicação da localização de região correta para o país onde o aplicativo está hospedado.
As the developer of a Maps JavaScript API application it is your responsibility to ensure that your application complies with local laws by ensuring that the correct region localization is applied for the country in which the application is hosted.
Esta documentação conceitual foi projetada para permitir que você comece rapidamente a explorar e desenvolver aplicativos com a Google Maps API.
This conceptual documentation is designed to let you quickly start exploring and developing applications with the Google Maps JavaScript API.
A Google Maps API tem diversos tipos de sobreposições que podem ser adicionadas programaticamente
The Google Maps JavaScript API has several types of overlays that you can add programmatically
A maneira mais fácil de começar a aprender sobre a Google Maps API é ver um exemplo simples.
The easiest way to start learning about the Google Maps JavaScript API is to see a simple example.
Os mapas exibidos usando a Google Maps API contêm elementos de IU que permitem a interação do usuário com o mapa.
The maps displayed through the Google Maps JavaScript API contain UI elements to allow user interaction with the map.
A Google Maps API permite imagens especiais de 45º para determinadas localizações.
The Google Maps JavaScript API supports special 45º imagery for certain locations.
Essa propriedade desativa todos os comportamentos padrão de IU da Google Maps API.
This property disables any automatic UI behavior from the Google Maps JavaScript API.
Para obter informações sobre como a Maps API carrega blocos de acordo com o nível de zoom atual, consulte Coordenadas de bloco na documentação dos tipos de mapa.
For information on how the Maps JavaScript API loads tiles based on the current zoom level, see Tile Coordinates in the Map Types Map Object
Também publicamos a referência da Google Maps API.
We also publish the Google Maps JavaScript API Reference.
Coordenadas mundiais Sempre que a Maps API precisa converter uma localização mundial em uma localização em um mapa (a tela), ela precisa antes converter valores de latitude e longitude em uma coordenada "mundial".
Whenever the Google Maps JavaScript API needs to translate a location in the world to a location on a map (the screen), it needs to first translate latitude and longitude values into a "world" coordinate.
Anteriormente, a Google Maps API exigia a inclusão do parâmetro sensor para indicar se o aplicativo usou um sensor para determinar a localização do usuário.
The Google Maps API previously required that you include the sensor parameter to indicate whether your application used a sensor to determine the user's location.