Skip to content Skip to sidebar Skip to footer
Showing posts with the label Google Maps Android Api 2

Overrinding Draw() In Customized Mapview In Google Maps Android Api V2

Very simple question : since MapView inherits from View, is it possible to override draw() to draw … Read more Overrinding Draw() In Customized Mapview In Google Maps Android Api V2

Tile Projection Google Maps: Convert Distance To Screen Dimensions

I am using the CanvasTileProvider in Google Maps Android v2. I can convert lat long points to scre… Read more Tile Projection Google Maps: Convert Distance To Screen Dimensions

How To Get Latitude/longitude Span In Google Map V2 For Android

I have a task for move my app to Google Maps Android APIs V2. Now, I need to get Latitude/Longitude… Read more How To Get Latitude/longitude Span In Google Map V2 For Android

Create Custom Marker Icons On Runtime Using Android Xml

I am developing an android app in which I need to download an image from its URL, create a bitmap o… Read more Create Custom Marker Icons On Runtime Using Android Xml

Drag Polyline Onmarkerdrag Android Google Maps V2

I'm currently developing an android application that would allow users to draw Polylines with M… Read more Drag Polyline Onmarkerdrag Android Google Maps V2

How Google Maps Android Api V2 Handle Markers Outside The View Are

During the CameraChange event I add new markers to the map, so I want to know if they are removed a… Read more How Google Maps Android Api V2 Handle Markers Outside The View Are

Issue With Google Maps Android Api V2

I have been trying to implement a sample application in order to study the working of Google maps A… Read more Issue With Google Maps Android Api V2

How To Get Real Time Current Location Update As We Walk

I want to discuss if there is possibility of getting real time current location update as we move, … Read more How To Get Real Time Current Location Update As We Walk