Top "Google-maps-markers" questions

Markers identify locations on the map.

What is the difference between "marker.setVisible(false)" and "marker.setMap(null)" in Google Maps v3?

I want to clear a marker on Google Maps. What is the difference between marker.setVisible(false) and marker.setMap(…

javascript google-maps google-maps-api-3 google-maps-markers
@Url.Content in separate javascript file using ASPNET MVC 3 and Razor

I was using this if (ret = 1) iconType = new google.maps.MarkerImage('@Url.Content("~/Content/images/image.png")'); else …

javascript asp.net-mvc google-maps-markers
Android Google Map v2 - Starting activity when clicking on marker infoWindow

I have seen that people are finding a lot of difficulties with this specific task and I am in need …

android google-maps android-activity google-maps-markers infowindow
Is there a way to set the bounds and Zoom level in AGM Map?

I am using AGM maps for my angular 4 application, there I am facing issues, I will be having the multiple …

angular google-maps google-maps-api-3 google-maps-markers angular-google-maps
Removing Directions markers from the Google Maps API V3

To remove a normal marker from a map, I understand you simply call marker.setMap(null), but when implementing the …

api google-maps google-maps-markers
Efficient Map Overlays in Android Google Map

I want to do the following and am kind of stuck on these for a few days: I was trying …

android google-maps google-maps-markers
How to make custom arrow mark in agm-map?

I am building a vehicle tracking application and i am using agm-map-marker to display the vehicles that were located like …

angular google-maps google-maps-api-3 google-maps-markers arrows
Rotate marker as per user direction on Google Maps V2 Android

I want to rotate marker as per bearing or sensor value received from Accelerometer to show the user where actually …

android google-maps-markers accelerometer marker bearing
Add identification to marker on google maps v2 api for android

Well, every marker on my application will represent a user, so I need to identify that user when I click …

android api google-maps-markers google-maps-android-api-2
Google Maps - Multiple Markers via URL only

If I want to open a browser to Google Maps to center and show a single marker, I do it …

google-maps google-maps-markers