Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 8 years ago.
Improve this question
We have developed a Droid Tablet GPS App which utilizes Google Maps. One of our users reports that sometimes the maps show partially blurry:
They are using a wireless connection. And this is an application used in a vehicle (i.e. so the maps update and pan as user moves around).
Does this happen because Google first renders low resolution images and then updates them with high res images? And in this case the connection could have been lost before the high resolution images loaded?
Is there any way to prevent this?
NOTE: please before someone tags this as "Not programming related" listen to me. I am posting here because on the relevant Google Groups the moderator is encouraging people to post to StackOver flow using this tag. (Read More).
No, AFAIK there's no way to prevent this on the client side. It's just how Google Maps works.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 10 days ago.
Improve this question
My google site is https://sites.google.com/view/drsustatistics/ and it is mapped to a custom domain www.drsustatistics.com
www.drsustatistics.com has been indexed by google according to Google Search Console. However, when I did site:www.drsustatistics.com, it seems that google could not read the contents of my site/pages and can only read the navigation buttons. Here is a screen shot. enter image description here
I also did URL live test on Google Search Console, and the results also suggested that google could not read the contents of my site. Here are some screen shots. enter image description here enter image description here
Do you have any suggestions that I can apply? Thanks.
I do not know what to try. The site was built using HTML code I used for my old classic google site: https://sites.google.com/site/drsustat/ , which was running very well. I have to switch to new google sites as now the classic google sites cannot be updated. Any help is appreciated!
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
we are developing web site that one of the main functionality is map and its very important to work all the time. we want to use custom shape marker on the map. and
the site is something similar to foursquare.
i want to use google map but i don't know all Obstacles in my way.
you can use it and its going to work but is it always work?
and what is my other option for map engine?
is Boycott about iran going to be problem?
There isn't any obstacle from google for iran, but sometimes you'll see errors :D (for different reasons: network problem, ssh limitation, etc).
if your project limits to tehran you can use tehran map API else i think nothing ;)
i prefer google map now.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I'm looking for an online map which can show many adresses in the same time. And with many I mean nearly 1000.
At first I thought of Google Maps, but afaik this has a limit of under 100, so this is no solution. Does anybody know an alternative?
I am not sure if Google limits the number of markers, but I think first your browser will slow down to a crawl if you try this. Also 1000 markers on a map will give a terrible user experience.
A common approach to this problem is Clustering. Basically you display only a part of the markers based on their proximity and the zoom level you are using. An example would be the MarkerManager. However in larger setups with a larger number of markers it is common to query a server-side API via AJAX with the boundaries of your viewport and get the positions of the markers inside the viewport back in return.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 8 years ago.
This question appears to be off-topic because it lacks sufficient information to diagnose the problem. Describe your problem in more detail or include a minimal example in the question itself.
This question does not appear to be about programming within the scope defined in the help center.
Improve this question
I have a problem with my site Guesstheflag.com. The site is based on a game in which people need to guess which flags belong to which countries. The site uses Google Maps to show the countries on a map.
I bought the site two years ago from someone who developed the game. Unfortunately I am not a developer and I have little knowledge of building websites. All went well the past two years and I never had problems, but since a few days if you go to the site you get a white screen in the game screen (in all browsers). I can't reach the developer of the game and I tried to find a solution myself but I don't know what I'm doing exactly so that's quite hard. ;)
Has there been a recent change in the Google Maps API (I couldn't find that) and is there a simple solution? If not, is there someone here who could help me fix the problem for a small fee?
Thanks in advance!
Yes, the Google Maps JavaScript API just advanced a minor version increment to 3.9changelog and the default version advanced from 3.6 to 3.7. A few others have run into problems. Info about which version you should use is available in the Versioning section of the Developer's Guide.
The Google Maps JavaScript API v3 docs to start with are:
The FAQ
The Developer's Guide
The API Reference Doc
The Example Code Samples
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 7 years ago.
Improve this question
I'm trying to find out which rules govern user-added content in google maps.
I'd like to know if I can store certain placemarks from google maps on my server and on the client(the latter for the sake of caching).
I have been reading through Google maps terms but could not find a direct answer to this question.
Is this what you're looking for?
You must not...
10.3 pre-fetch, cache, or store any Content, except that you may store
limited amounts of Content for the
purpose of improving the performance
of your Maps API Implementation if you
do so temporarily, securely, and in a
manner that does not permit use of the
Content outside of the Service;
Of course, if your own users are adding the content, it should be fine.