Questions tagged [overlay-view]
14 questions
8
votes
1 answer
Custom html made marker for google maps
Is there a way to create a simple marker or layer from html. I think about a circle that will be animated with css3. The circle itself is just a div with rounded corners.

Andreas Köberle
- 106,652
- 57
- 273
- 297
3
votes
1 answer
How to capture photo by adding overlay
I tried to add overlay when capturing the photo. i could successfully add the overlay in preview but once i tap the photo capture button,the overlay view (around 40px ) will upside down and also i tried to save the image in photo album but saved…

thavasidurai
- 1,972
- 1
- 26
- 51
2
votes
1 answer
Overlapping Marker Spiderfier + MarkerWithLabel
Using the Google Maps JavaScript API v3 with Overlapping Marker Spiderfier and MarkerWithLabel has an adverse effect when spiderfying: all markers will spiderfy and then immediately return to their original position (not via unspiderfy) except for…

Brian
- 1,028
- 12
- 20
2
votes
3 answers
How to overlay a small view on a Main view without fully covering main view?
So I need the view of my settings to display over my main page.where there is a "setting"button in Main page which opens this settings view. But I want My main page to be visible beneath my settings view which only covers a half or less of the main…

SMK
- 324
- 3
- 14
2
votes
5 answers
Warning: Attempt to present on while a presentation is in progress
I am using xcode 4.5.2 and created my own OverlayViewController for camera buttons.
Now, when my delegate controller - TakePhotoViewController retrieves the didFinishWithCamera action from OverlayViewController, I would like to transfer the user to…

Dejell
- 13,947
- 40
- 146
- 229
2
votes
1 answer
UIImagePickerController overlayview upside down in preview
I want to add an overlay view when capturing a photo. I can successfully add the overlay view, and capture the photo.
After tapping on capture button, the preview is shown. In that preview screen, the overlay view is upside down (around 20 to…

thavasidurai
- 1,972
- 1
- 26
- 51
2
votes
1 answer
Dragging google maps 3 with custom overlays causes VERY HUGE LAG
I started using version 3, but there is a BIG problem.
When I create more than 20-30 custom overlays on the map AND try to drag the map with the mouse there is VERY HUGE lag.
When I use the build in control to pan the map there is NO lag.
Any idea…

Joro Seksa
- 1,525
- 3
- 18
- 44
1
vote
1 answer
Google Maps CustomMarker OverlayView click event on mobile not working
I've created a CustomMarkar using google.maps.OverlayView.
I've added DomListener to it in the draw function:
google.maps.event.addDomListener(div, "click", function (event) {
alert("div");
google.maps.event.trigger(self, "click");
});
I've…

Csaba Horváth
- 41
- 1
- 7
1
vote
1 answer
How To Add Event Listener To OverlayView?
I am trying to create an OverlayView on google map as a custom marker.
I was able to create successfully an OverlayView like the following.
http://plnkr.co/edit/4XDANE?p=preview
However, when I try to add event listeners to it, I got stuck.
I tried…

allenhwkim
- 27,270
- 18
- 89
- 122
1
vote
1 answer
UIButton inside UIImagePickerController.cameraOverlayView not responding
I have got a UIButton inside a UIView that I set as the cameraOverlayView.
I also scaled the uiimagepicker cameraView to cover the whole screen (as you can see below in the picture).
Here's my code :
// CameraViewController.m
-…

jonypz
- 1,515
- 1
- 20
- 35
1
vote
5 answers
How to show overlay info view with two button more when i click a marker on google in iOS
I am trying to show a custom overlay view from the Google Maps through the Google Maps API for iOS. This overlay view content info of marker, and two my button. But I cannot find any references for this. My desired overlay view is as image with link…

Dung Nguyen
- 885
- 1
- 7
- 7
1
vote
1 answer
Send touch event using OverlayView
I'm deploying an app which create a cursor using a OverlayView. I'm able to move it around the screen and outside my app (service).
But now I want to implement the touch event. I'm running the cursor in a service, so I can still move it in the menu…

Marcel
- 2,094
- 3
- 23
- 37
0
votes
0 answers
KML Parsing and adding Overal into MKMapView in iOS
I'm trying to add overlay view in MKMapView using KML file, for that i downloaded a sample code from apple site its working fine in given KML file But its not working other KML files which is i downloaded from internet here is that KML file. I test…

Gurumoorthy Arumugam
- 2,129
- 1
- 25
- 40
0
votes
1 answer
Adding subview to UIImagePickerController while picker.showsCameraControls = YES; (?)
I'm trying to set up a a view that contains a button on top of UIImagePickerControllerView. I've seen it's possible to build an overlayView view setting picker.showsCameraControls = NO; and adding subview to the Overlay. But I don't want to lose the…

Pau Senabre
- 4,155
- 2
- 27
- 36