Overlays are user interface elements that are displayed over other UI elements, typically for the purpose of presenting additional or enhanced information and detail.
3
votes
0answers
196 views
Draw a path on a street
Is there a way to draw path along the streets.
I'm getting coords from gps and drawing path with overlay by them, but sometimes pathes are little curvy. Can i bind them to streets?
3
votes
0answers
1k views
java.lang.OutOfMemoryError: bitmap size exceeds VM budget while overlaying on Google map on Android ?
What I want to do: I want to setup some routes overlay on google map in android !
What I have done so far: I have parsed the file (geo points) and have them ! I am using asynctask. My overlay class ...
2
votes
0answers
35 views
Google Maps tool for accurately positioning image overlay?
I am hoping someone can point me in the right direction.
I have a Google Map that loads markers from an XML file, along with various other map elements, works great. However I now need to overlay a ...
2
votes
0answers
264 views
Show a moving bus in google maps api v2 android
I am trying to show the position of a moving bus in google maps api v2 in an android application. I am able to mark the stops and draw routes using the markers and polylines. Now, I am trying to have ...
2
votes
0answers
89 views
Why does it take two MapView.getOverlays().remove() calls to remove an Overlay?
When does List.remove() not remove? ...in a MapView?
I have an application with a MapView and an overlay that extends Overlay. In a particular case in my application (the user searches for something ...
2
votes
0answers
230 views
Why is my system overlay catching all touches (no interaction with underlying view is possible)
I have a service which starts a system overlay. When the overlay is visible, I want it to be touchable/detect touches, but I want to preserve the interaction with the screen behind it (with behind I ...
2
votes
0answers
75 views
jquery overlay but in same location as image
I've been trying to recreate the overly functionality that is on http://www.nokia.com/gb-en/products/all-products/
By clicking on the phone it produces a div that displays extra content, I have tried ...
2
votes
0answers
309 views
XCode Weather Radar Map Overlay on Mapkit
I cant seem to figure this out with loading a custom map overlay from a url. As you can see its load the weather overlay from a URL that adds it to the mapview but it doesnt seem to be working and I ...
2
votes
0answers
112 views
scan image, create links from content (php hopefully)
I'm not sure if this could work, but I've got pictures of maps with #'s inside a little box on top of the map to show locations. See my image example:
I'm hoping to find a script to 'scan' the ...
2
votes
0answers
177 views
Using c++ how to show overlay icon in finder mac osx
Recently we developed a MAC installer(.dmg). This is developed in c++ and QT. We had a hard requirement to show overlay icons on the files in the finder like how CVS/Dropbox shows sync status on ...
2
votes
0answers
581 views
How do i overlay a button on Webview?
I'm a noob to android development i have a framelayout that overlays a two buttons on top of a viewflipper that contains a listview and a multiple webviews. The buttons display as they should above ...
2
votes
0answers
517 views
Adding an overlay image on Google Street View
I am trying to display an overlay image within street view.
I used the code available on google documentation regarding Custom Overlays:
...
2
votes
0answers
301 views
HTC Evo 3D - Autosteroscopic camera image + OpenGL overlay
We use a HTC Evo 3D and we are trying to get a 3D overlay (a cube drawn with OpenGL ES) in autostereoscopic mode over the also autostereoscopic drawn preview image of the camera, but we could not get ...
2
votes
0answers
264 views
How to clip Bitmap with a Path
I am trying to achieve the following effect:
As you can see the red lined thumbnail is partly clipped on the right side with a border.
This border separates the green lined thumbnail wich is ...
2
votes
0answers
221 views
Google Maps Overlay Offset
Following problem with Google Maps and overlays created by Geoserver: Depending on the zoom level and the latitude, there is a offset of the overlay to the north. The further north (Sweden vs. Spain) ...
2
votes
0answers
250 views
Android: How to remove transparant overlay in ICS actionbar-tabbar
How can I remove the transparent light colored overlay or background in the tabbar that comes with the actionbar.
I using the actionbar with navigation method set to tabs. The tabs I add here are ...
2
votes
0answers
260 views
Capturing overlay tap event on android mapview
I am working on creating an android app that displays a polygon overlay onto a mapview over the counties of California. I am having no problem drawing the polygons and seeing them on the map.
I ...
2
votes
0answers
476 views
Android MapView path.draw draws crazy polygon lines all over the place
I've been struggling for a couple of weeks now with google's android mapview.
I'm drawing a large amount of polygons with a large amount of points. on average 15 polygons and around 1000 points each.
...
2
votes
0answers
77 views
Switch between OverlayItems which share same GeoPoint
Hi I've populate a MapView on Android with several OverlayItems using ItemizedOverlay. But it can be that two ore more items share the same GeoPoint, meaning they are drawed on top of another ...
2
votes
0answers
1k views
Overlaying images onto a MapView and refreshing its position when zoom changes
I have a list of GeoPoints conforming a route. I have created a class to paint a star png image at the start point, and a F1 flag (meta.png) at the end point.
public class MapTestActivity extends ...
2
votes
0answers
593 views
How View positioned behind ScrollView or ViewPager can receive click event?
I have a View positioned behind ScrollView and need that View to be clickable. There is no problem in case of RelativeLayout or FrameLayout. But in case of ScrollView or ViewPager my Veiw never get ...
2
votes
0answers
270 views
Android MapActivity onLongPress / zooming mix up
I have a class extending MapActivity which has an overlay attached to it extending ItemizedOverlay. Inside the overlay I have a GestureDetector and a OnGestureListener. Now for my problem:
I have ...
2
votes
0answers
221 views
Android gesture trail effects
I am implementing a custom gesture library, so I will be using GestureOverlayView, and I was wondering if there was any way to apply effects, like a sparkle or glow effect to the trail that the ...
2
votes
0answers
441 views
How to create a custom marker in google map with bubble chat background and a number on top right of image like flirt maps?
Please note that this is different from infowindow, which you can put any html code, but it is only activated when you click on the marker.
I know you can have different marker icons, but how does the ...
2
votes
0answers
154 views
how to merge two or more pins to centerlocation in map of android
Hi all
I have created a map where i am putting multiple pins using overlays. i want to merge pins when there pixel distance will be approx invisible while zooming out and i want to reverse action i.e. ...
2
votes
0answers
716 views
Use scaled and moved image from IPhone UIImagePickerController to match marks on overlay image and still match them after choose and merge them both
UIImagePickerController on edit in preview screen with an overlay image, after scale and move the taken or selected image, to match marks on overlay image, the result edited image don't seems to ...
2
votes
0answers
2k views
Proper use of MKOverlayView
I am writing an iPhone app in which I place a large PNG image (1936 × 2967) on an MKMapView using MKOverlayView. I am a little confused about how to appropriately implement the drawMapRect: function ...
2
votes
0answers
1k views
MapView overlay popup with layout loses focus
I'm trying to implement an infowindow like the web version of google maps.
I have created a custom layout extending a linear layout and populated it with a TextView and a button.
I have overrided the ...
2
votes
0answers
1k views
Loading an OverlayView from XIB -vs- programmatically for use with UIImagePickerController
I am currently making a camera app for iPhone and I have a strange phenomenon that I can't figure out. I would appreciate some help understanding.
When recreating an overlay view for passing to ...
1
vote
0answers
11 views
removing a part of overlay
I have coordinates to draw as overlay on the map.
MKPolyline *line = [MKPolyline polylineWithCoordinates:coordinatesPointer count:coordinatesCount];
Map just draw overlay. When user thinks they ...
1
vote
0answers
115 views
Image Positioning (Google Maps Android API v2)
Background information
Google Maps Android API v2 is being used
image.png is illustrated below:
Question
Vector graphics are not supported; therefore a setting the image as part of a ...
1
vote
0answers
36 views
Creating Android overlays for displaying Walk-through
This is what I've done to implement CommonsWare's answer in the following question:
How do I create a help overlay like you see in a few Android apps and ICS?
But it fails. There are no errors but ...
1
vote
0answers
82 views
Disable third party overlays in XNA
My (C#) XNA Game application uses WPF to get input from the user, this works fine, but my program is unstable when other applications like TeamSpeak puts an overlay on top of my game.
All of my WPF ...
1
vote
0answers
57 views
ImageMapster text overlay
How to achieve text overlay in ImageMapster?
ImageMapster seems to be a very popular plugin and I am doing research in order to decide whether to use it in my project. In the application that I am ...
1
vote
0answers
157 views
Android / google maps - overlay z-fighting issue?
A weird one for you. I have a mapview, I draw some lines on it to link some locations, I draw a label in a box at the final location. The box is a red outline over a slightly transparent rect, with ...
1
vote
0answers
204 views
Google map Current location Balloon overlay
I am creating Google map Current location Balloon overlay.
I used android-mapviewballoons this code to show balloon.
Here Current location display is working. When i click on marker, error will ...
1
vote
0answers
240 views
Android 4.2.1 issue drawing multiple paths on Google Maps MapView Overlay
I am making an application that involves drawing one to many lines using GPS data on a Google Maps MapView. To accomplish this, I use a custom Overlay and construct an ArrayList of Paths. The paths ...
1
vote
0answers
45 views
Why doesn't my map overlay work?
This is my overlay class
public class Overlay extends ItemizedOverlay<OverlayItem> {
public Overlay(Drawable defaultMarker) {
super(boundCenter(defaultMarker));
}
...
1
vote
0answers
445 views
Action Bar cut with SlidingMenu and Overlay of ActionBar Sherlock
I'm working with the ActionBarSherlock library and the Sliding Menu library for a Black Ops 2 guide application and've tryed to insert the beatiful "Overlay" function in the same activity of the ...
1
vote
0answers
50 views
Image overlayed five consecutive times on a live video in vc++
I m trying to overlay an image on a live video.I have used alpha blending method to overlay image on the video. On overlaying the image, it gets overlayed five times rather than one as expected.
Both ...
1
vote
0answers
31 views
Is it possible to add an overlay in google maps api on user side e.g. with rmb click?
I'm working on a project of mine, which would require users to add markers on a google maps api map, that would be later on passed to a DB, which would store all overlay coordinates and once the map ...
1
vote
0answers
67 views
android catch touches in background
I want to provide user with a way to control my application then it is in background. I implemented special hidden area in a corner via overlay. But such solution has lots of restrictions: only 2 ...
1
vote
0answers
215 views
Overlay a div over an iframe which is the full size of viewport + then make div scroll with iframe/page?
I'd GREATLY appreciate any assistance that you can offer please re. the following which is leading to lots of unpaid overtime!
I'm attempting to overlay a div over an iframe which is the full size of ...
1
vote
0answers
91 views
Show video overlay from clicking linkButton
I have a page with a gridview.
On of the columns is showing an play icon depending on whether there is an video-url in the database. This part is :
<asp:TemplateField HeaderText="" ...
1
vote
0answers
37 views
How to control multiple overlays via checkboxes?
I have a map in a few different layers.
One image is basically just land. Another image is the borders with everything else transparent. Another image is colors of individual countries with ...
1
vote
0answers
228 views
how to play EPUB Media Overlays 3.0
Is it missing in all tutorials of media-overlay or am i missing that ?
To make MediaOverlay, all tutorial say that we should:
in xhtml wich contain the texte;
<header><h1><span ...
1
vote
0answers
172 views
Android MyLocationOverlay - marker disappear after a period of time
I want to show the user's location on a map view. Therefore I use 'MyLocationOverlay. The marker appears on the map view and will be updated/moved when the location of the user changes.
But if the ...
1
vote
0answers
44 views
jquery tools overlay with prepend links
I would like to run this overlay function after prepend.
$(".modal-link a[rel]").overlay({mask: '#000', effect: 'apple'});
I was able to get it to work by doing this:
$(function() {
...
1
vote
0answers
95 views
Website overlay - Is it Possible?
I am interested in teaching older people how to use Social Media.
I would like to create a training layer which would sit between a browser and a website that would show users how to use websites ...
1
vote
0answers
233 views
Colorbox with scroll allowed, div in the background fixed
I'm trying to mantain a container div behind my colorbox fixed while the user scrolls inside the colorbox itself.
I Google´d about it and found, quoting Jake Moore:
Example:
$().bind('cbox_open', ...

