I want to introduce a Esri base maps as layers in api of google. is it possible?
I need help for do it, in the web there are not enought information of this theme, howewer this is a web that is working with Arcgis technology as base maps:
http://www.mapsofall.com/arenas-38866185.htm
Thank so much,
Alfred
You can use arcgislink (ArcGIS Server Link for Google Maps API V3), subproject of GMaps v3-utility-library on github.
Example of what you want here.
ArcGISOnline Services on arcgislink for Google Maps
Related
I'm trying to automate sending locations to my car via the wego.here.com maps API.
The feature is there in the web page but I'm struggling to find it anywhere in the API documentation. Has anyone managed to do this?
You can find a link for the documentation here: https://developer.here.com/develop/mobile-sdks
How to work with UiSettings in Google Map API v3? I try to show compass in map (not street view). I'm new in there if anyone know how to show it will be helpful. Thanks.
This feature is available in Google Maps Android API. Unfortunately, Google Maps Api v3 does not have this yet. I suggest that you file a feature request in Google Issue Tracker. If you are not familiar with issue tracker:
Issue Tracker is a tool used internally at Google to track bugs and feature requests during product development. It is available outside of Google for use by external public and partner users who need to collaborate with Google teams on specific projects.
Issue Tracker is not a general purpose issue-tracking tool and is not offered as a consumer product for external teams who want to use it for their own issue tracking. You cannot use this tool as a general place to submit feedback on Google products. Please refer to the documentation for individual products for instructions on providing feedback.
You may visit the issue tracker here.
I already have my map ready & loaded on website using GM API v3. Is there a way to integrate Google Earth Api without reprogramming the whole application??
what I want for my application is to give the user the option of manually tilting the map image as is done in Google Earth. (3D effect)
any suggestions would be appreciated
Is it possible to develop an application in Qt, using Google Earth?
For example, I want to show the earth (as in google earth) as a sphere via QtGL in my application.
It is obvious that you can use google earth api with Qt. And I want to share a secret(!!!). Google earth is developed with Qt. :D
Here you can find some people discussing about google earth and Qt. Here is some anothe example.
You could start by looking at the GE Api here. There is a discussion on embedding Google Earth in a Qt Window here.
If what you are trying to do is reinvent an application similar to Google Earth, then the process is much more complicated. As you mention you would have to render a 3D globe using the OpenGL widget. I don't really see why you would do that if you can just embed GE in your application.
I am currently working on a project which needs an editor for google map so that users can draw polygons , lines , add markers , images, etc. Directly working with google map api is pain in the ... i am not satisfied and running out of time
Did you know any good apis to work with? I found some like Google Maps API For .Net, but it has several known bugs. Is there any javascript+jquery , flash , flex , or .net api to work with?
Read the documentation for the drawing library included in version 3.7 of the maps API. Google is now providing this API as an add on library