google-maps

Problem with Google maps API (for development purposes only)

The site has a map with the marks of the city's restaurants. Implemented using google maps. You need to add new marks, but yo ... added? Maybe there are some other options? The site is written in yii1 Link to the page itself: http://www.zm-coffee.ru/shop

How do I change the zoom of a Google map?

The site has tabs with maps,all the maps in html are inserted through, all the maps are displayed, but one with a very large scale. Website https://redcat.ua/places/ section stores Thank you

How do I get directions to multiple google maps api points?

Please help with this problem: When building a route between two points, everything works correctly(we delete markers by clic ... } console.log(markerArr); directionsDisplay.setMap(null); routing(); }

how do I show multiple addresses on the map?

The program generates the url string url="www.yandex.ru/maps/?text="+адрес; Process.Start(url) Is it possible to display ... Outputs only the last address www.google.com/maps/place/москва тверская 55, москва тверская 31 Does not output anything

markers on the map

Hello you need to make markers on the google map that, after a certain event, change(light up as it were), there should be a lot of them, and they should randomly light up in turn. Can you tell me in which direction to look?

In the google maps api, generate a URL for https://www.google.com.ua/maps/

There is a project that uses the Google Maps API to build a route. Now my task is as follows: inside the web application, us ... Google Maps API and Google maps. I never found a solution. I want to clarify whether it is possible to implement this task?

How to get a link to a Google api Staticmap map fragment in PNG format

Please tell me. Through the Google staticmap api, you can get a link to a map fragment, that is, to an image, but the problem ... amp;z=13&l=map & amp Please help me, I've been struggling with this for a week now I can't find the answer anywhere.

How to find the image (coordinates) of an object in Google Street View

For example, I have a photo of an object in the city N, I want to find the location of this object in the Google Street View ... the streets through Google Street View in search, but how to do it quickly? To eventually find the coordinates of this place?

How is the altitude determined in this Google Map app?

There is such a service http://3planeta.com/googlemaps/karty-google-maps.html how do they determine the altitude above sea level/ Do they have the same sources?

Find out the city by Google maps coordinates

I have a map on the site with a search, Is it possible to pull out separately only the name of the city in which the coordina ... ls" type="text" placeholder="Search Box"> <div class="container" id="map-canvas" style="height:300px;"></div>

google maps can't find a place by coordinates

You need to find the nearest address using the coordinates in google maps https://maps.googleapis.com/maps/api/geocode/json? ... var geo2 = geo.geocode({ location: {lat: 44.832359, lng: 34.337244} }, function(results, status) {console.log(results)});

Android Google Map. Replace the icon of your location.

How can I replace the blue radar icon with an orange one? The screenshot below shows two icons, one of mine, which I fasten ... geolocation, but this is not enough for me, I want to replace it somehow beautifully. Can you tell me how this can be done?

Please tell me why the first marker on google map is not visible. I've already checked everything but nothing(

function HomeControl(controlDiv, map) { google.maps.event.addDomListener(zoomout, 'click', function () { ... </div> </body> Link: https://codepen.io/anon/pen/paPyma Thank you for your attention, I found a bug))

Hexagonal grid for google map

Hello, who has encountered the addition of a hexagonal grid for google maps? Here is a grid you need to add to the entire width of the map, which fits into the screen:

Google Maps with auto language selection

There is a site, how to make it so that if a user goes to a site with an extension example.com he was shown a map in English, ... ; var beachMarker = new google.maps.Marker({ position: myLatLng, map: map, icon: image }); }

How do I make a marker appear on the map when I click on the link?

How do I implement the same behavior in Google Maps as here?Yandex. Maps: Displays a list of map objects I need a marker to be displayed on the map when the link is clicked. Thank you in advance.

How to make a new Google maps design for your website?

It seems like Google recently updated the design of the maps. Now the colors are flatter, the material is better. Icons and fonts have also changed. Here is an example of screenshots

Android Google Map v2 draw a route

I have a Google Map fragment: <fragment xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tool ... ng, 16); mMap.animateCamera(cameraUpdate); } You need to show the route to the specified coordinates, as in the photo:

Working with google Maps

In a conversation with one of the developers, he told me the "plot": There is a static recyclerview with many categories ... . I am just starting to delve into working with maps, so I will be extremely happy to use any useful resources and examples.

How do I open the Google Maps app with the specified coordinates from my Android app?

But not using Intent geo, but using exactly some Google Intent. For example, in Yandex, everything is simple and clear yande ... nd the catch-up question is: how do I determine / where to see which Intents are used by the application and what they cause?