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.

C++ map access discards qualifiers (const)

The following code says that passing the map as const into the operator[] method discards qualifiers: #include <iostream> #…

c++ stl constants maps
How To add custom View in map's Annotation's Callout's

Here is my code. I want to add my own custom callout view instead of iOS default. I know there …

iphone maps
get boundaries longitude and latitude from current zoom google maps

i need to know long and lat of my four corners of current area as in this image i have …

google-maps-api-3 maps
Custom infowindow in Google map android v2

I am using Google Map API V2 and i have created a custom InfoWindow for a Marker on map.In …

android google-maps maps google-maps-android-api-2
Setting max zoom level in google maps android api v2

I'm currently working on developing apps by using Google maps android API v2. My code is as follows. Suppose map …

android maps zoom
What is the best way to create a sparse array in C++?

I am working on a project that requires the manipulation of enormous matrices, specifically pyramidal summation for a copula calculation. …

c++ oop data-structures hash maps
Pulling values from a Java Properties file in order?

I have a properties file where the order of the values is important. I want to be able to iterate …

java configuration properties maps
Android - SupportMapFragment with GoogleMaps API 2.0 giving IllegalArgumentException

I am trying to use the latest Map API 2.0 provided for Android. I am using the Support Library as I …

android maps android-fragments google-maps-api-2 supportmapfragment
Google Maps Android API v2 - Sample Code crashes

I'm trying to get the sample code of Android 'Google Maps Android API v2' working. I get the project …

android crash maps sample google-maps-android-api-2
Failed to find style 'mapViewStyle' in current theme

I am making an app which uses google maps. But in my xml I get th error "Failed to find …

android maps