Advertisement
Guest User

Untitled

a guest
May 3rd, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. CircleOptions circleOptions = new CircleOptions()
  2. .center(new LatLng(lat, lon))
  3. .radius(50.0)
  4. .strokeColor(Color.TRANSPARENT)
  5. .strokeWidth(1)
  6. .fillColor(Color.CYAN); //
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement