Skip to content Skip to sidebar Skip to footer
Showing posts with the label Android Maps V2

Check If Marker Is Inside Circle Radius

I'm trying to know if a given marker is inside a circle radius. In javascript, i can do somethi… Read more Check If Marker Is Inside Circle Radius

Android Get The Markers That Are Not Clustered

I'm developing an android application and I'm using Google Maps Android API Utility Library… Read more Android Get The Markers That Are Not Clustered

View On Top Of Map Disappears While Using It With A Drawerlayout

I'm creating a layout which contains a maps (com.google.android.gms.maps.SupportMapFragment) &a… Read more View On Top Of Map Disappears While Using It With A Drawerlayout

Google Map Android Api V2 : Googlemap Is Null

I'm trying to explore using the MapView class for GoogleMap display, with no luck, as most code… Read more Google Map Android Api V2 : Googlemap Is Null

Google Map Lite Mode Movecamera To Lat Lng Bounds Adds Unwanted Map Padding

I want map camera to move to my LatLngBounds. So I add map fragment to layout in BaseExpandableList… Read more Google Map Lite Mode Movecamera To Lat Lng Bounds Adds Unwanted Map Padding

Groundoverlay Made With A Canvas In Google Maps Android Api V2

I'm also try to draw arc (I'm referencing on this and this questions). I'll get from we… Read more Groundoverlay Made With A Canvas In Google Maps Android Api V2

How To Enable Drag A Marker (android Map Api V2) After A Single Touch?

I have a map with some markers. I set the listener for drag: map.setOnMarkerDragListener(this); B… Read more How To Enable Drag A Marker (android Map Api V2) After A Single Touch?

Map Behavior Like In Google Maps Application

I want to achive map behavior like in google maps application. Example: set marker on a shop somewh… Read more Map Behavior Like In Google Maps Application