Top "Maps" questions

A map is a visual representation of an area—a symbolic depiction highlighting relationships between elements of that space such as objects, regions, and themes.

multiple markers google maps embed API

I need to place several markers which specified by coordinates on embed map. I know how to do it for …

html google-maps maps google-maps-embed
API to type city name and get a list of possible cities?

I need to know on which city my users are. I cannot use a regular text input since there are …

google-maps maps
get latitude and longitude with geocoder and android Google Maps API v2

I'm using the Google Maps API v2 for android and works properly. However, I am trying to use geocoder to …

android google-maps maps android-maps-v2
How can I merge two STL maps?

How can I merge two STL maps into one? They both have the same key and value types (map<…

c++ merge stl maps stdmap
How to test the equivalence of maps in Golang?

I have a table-driven test case like this one: func CountWords(s string) map[string]int func TestCountWords(t *testing.…

testing maps go equivalence table-driven
Using PHP (curl) to pull data from JSON (Google Maps API)

I'm fairly new to JSON, and I'm trying to get the latitude and longitude of a geocoded city from the …

php json curl maps
API key Browser API keys cannot have referer restrictions when used with this API

I'm trying to program geocoding. I created API key, but when I add it into my website code I don't …

api maps geocoding
Using custom map image tiles in LeafletJS?

Do my tiles need to adhere to any particular specs? I have a large image file which I'd like to …

maps leaflet openmap
Positive/Negative Latitude and Longitude values vs. Cardinal Directions

As I've been taught, lat and long are of following types: Latitude North Longitude West Latitude South Longitude East During …

google-maps geolocation maps latitude-longitude geography
How to efficiently compare two maps of strings in C++ only for a subset of the keys

I'm wondering if only by applying some standard algorithms is possible to write a short function which compare two std::…

c++ stl comparison maps std