Recent content by tony_thescientist

  1. T

    How can I plot a 3D building or Ploygon on a Google map?

    How can I plot a 3D building or Ploygon on a google map I used this code and I got the 2D polygon but I want a 3D view or block : Polygon polygon2 = mMap.addPolygon(new PolygonOptions() // .add(new LatLng(0, 0), new LatLng(0, 5), new LatLng(3, 5), new LatLng(0, 0))...