Questions tagged [gmsgroundoverlay]

24 questions
4
votes
2 answers

Pulse animation using GroundOverlay

I need to show location A and the location B by pulse animation. I am able to achieve that using the below code. But the problem I am facing is the GroundOverlay changes its size when the zoom level changes. If the location A and B are close to each…
user2234
  • 1,282
  • 1
  • 21
  • 44
4
votes
0 answers

Limit camera only on a ground overlay? Google Map Android API v2

I'm trying to show a ground overlay with markers on it to my users. I'm trying to restrain the view to only this image placed on the map. I want the user to only see the image as a ground overlay placed on the map and not be able to go to the…
Alex Gilbert
  • 63
  • 1
  • 5
4
votes
5 answers

How do I get the latitude and longitude of a rectangle if I know the center and top left GPS positions?

Background: I'm trying to use a Google maps ground overlay but we are missing GPS positions. We have a map to overlay that was drawn over a Google Maps screenshot. From this screenshot we recorded the Top Left and Center Center position. We require…
3
votes
0 answers

Showing an animated GIF using GMSGroundOverlay

I am trying to display an animated GIF over a specific part of a GMSMapView, using GMSCoordinateBounds to designate the part of the map to overlay the GIF on. I'm choosing to use GMSGroundOverlay because I want the image to scale properly when the…
2
votes
0 answers

Android GoogleMaps GroundOverlay Padding

This post is very similar to This, which does not currently have a solution (3 years old) The main issue is that GoogleMaps seems to be adding an unnecessary amount of padding around my ground overlay image this doesn't make sense to me since the…
2
votes
1 answer

Possible to add ground overlay to google map with stored image?

I am having difficulties trying to add an image as a ground overlay to a google map that I am creating. In all of the help files that I have seen, the image has been passed to the ground overlay function as a url. Is it possible to have an image…
Cameron Fedy
  • 61
  • 1
  • 7
1
vote
0 answers

GMSOverlay zIndex issue on tap: Swift iOS Google Maps SDK

I have been trying to implement GMSOverlay on map with overlapping overlays. Setting zIndex did work on displaying overlays on top of each other. But when tapping on top overlay, it is not working as it should. The one behind is overtaking tap. Can…
Nikesh Shakya
  • 11
  • 1
  • 2
1
vote
1 answer

Google Map SDK iOS Ground overlay stops loading after few images and weird black overlay shows on map. App crashes after that

Adding multiple overlay images one after another via GroundOverlay. Feature works fine at starts, after few changes to the ground overlay, it either stops loading overlay or shows weird black image as per below and application crash with below stack…
Aks
  • 1,567
  • 13
  • 23
1
vote
0 answers

Google Maps GMSGroundOverlay shape of state or country

I would like to place an image on google maps so that it fits the shape of the country or state that it is placed in. I've been looking in to the GMSGroundOverlay as a potential way of accomplishing this, but I can't figure out an easy way to make…
ThatOneGuy
  • 160
  • 4
  • 12
1
vote
0 answers

Add GroundOverlay to StreetViewPanoramaFragment or StreetViewPanoramaView with Google map android

Don't close this question as a duplicate or too-broad. I have implemented StreetView in my demo app and working fine with the use of code : SupportStreetViewPanoramaFragment supportStreetViewPanoramaFragment = (SupportStreetViewPanoramaFragment)…
Piyush
  • 18,895
  • 5
  • 32
  • 63
1
vote
1 answer

Android - Google maps V2 - Removing a groundoverlay

My app uses google maps v2, I add a groundoverlay to my map. Does anyone know how I can remove this overlay? Thanks .remove() doesn't seem to available
1
vote
1 answer

Is it possible to hide(toggle) the main map layer and display only the ground overlay image itself?

I have a groundOverlay image and i want that the main map can be switched on/off so that only the overlay image can be displayed. is that possible? PS: I am using the javascript api v3.
Skeletor
  • 3,201
  • 4
  • 30
  • 51
1
vote
1 answer

How can I create an onTap() event for the GroundOverlay in Android Google Maps API V2?

I am migrating from Google maps API v1 to V2. I am looking for an implementation similar to my old code. OLD CODE: public class UsingOverlaysForMarkers extends ItemizedOverlay { private ArrayList mOverlays = new…
1
vote
1 answer

GMSPolygon with a UIImage in it or GMSGroundOverlay

I want to draw a GMSPolygon with an image in it or crop a GMSGroundOverlay's image. GMSCameraPosition *camera = [GMSCameraPosition cameraWithLatitude:48.774052 longitude:-110.375980 …
amone
  • 3,712
  • 10
  • 36
  • 53
0
votes
0 answers

Unable to load custom tile on google map using iOS swift

I'm trying to use custom tiles as overlay for google maps. "https://tile.example.com/hot/{z}/{x}/{y}.png" I used "GMSTileURLConstructor", but unable to load map on mobile app. I cannot seem to find anything online. Thanks in advance. I used the…
LakshAnu
  • 9
  • 2
1
2