Questions tagged [custom-overlay]

20 questions
0
votes
1 answer

Google maps custom overlay

i was wondering about this project: https://developers.google.com/maps/documentation/javascript/examples/overlay-simple i am wondering how its done, so far i only see pieces of code, it does not say anywhere how this is done, how i can achieve…
Nesquikk M
  • 121
  • 3
  • 12
0
votes
0 answers

iOS Camera overlay issues

I need to create custom camera overlay in my application, and I am having difficulties getting it to actually take photos, switch the camera from front to back, and cancel. I have created a CameraOverlayViewController class, and set up all the…
Kyle Begeman
  • 7,169
  • 9
  • 40
  • 58
0
votes
1 answer

Google map API v2 custom overlay

I am developing an android application for showing the floor map of a building inside google maps. I know there is Google floor plans, but it only available in selected countries. So I need to customize the google map. I am done a little by using…
Alex Chengalan
  • 8,211
  • 4
  • 42
  • 56
-1
votes
1 answer

Google map API image overlay in vector map with tilt and heading

I place the image on the map using custom overlay example in https://developers.google.com/maps/documentation/javascript/customoverlays but when i rotate the map, overlay deforms. Is it possible to fix it? enter image description here I understand…
Jack
  • 17
  • 3
-1
votes
1 answer

implement custom overlay on a single point google maps

I want to implement a div on a single (lat,lng) point with fixed width and height on google maps. There are examples to implement overlay within a bound and not on a single point. Has somebody implemented this ?
nir_sharma
  • 59
  • 8
1
2