Questions tagged as 'marker'

0
answers

Problem - Add Google Maps bookmarks from JSON

I'm having an issue that is as follows: I have to make a call from a JSON that contains latitude and longitude from multiple locations and then add them to a Maps map as bookmarks. I can load both the map and JSON, but the markers are not displa...
asked by 13.03.2017 / 13:48
1
answer

Show Google Maps Route button automatically

I have the following method for creating Marker in App: private void createMarker() { MarkerOptions mo = new MarkerOptions(); LatLng latLng = new LatLng(mObjetoResumo.getLatitude(), mObjetoResumo.getLongitude()); mo.position(latLng...
asked by 22.02.2016 / 12:27
1
answer

Canvas: Density Pixels to draw pictures

Good afternoon! Home I'm creating a custom Marker for the map: final Bitmap markerIcon = Bitmap.createBitmap(275, 275, Bitmap.Config.ARGB_8888); final Paint paint = new Paint(); final Canvas canvas = new Canvas(markerI...
asked by 21.08.2015 / 19:57