Guest User

Untitled

a guest
Mar 24th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. this.Circle = new google.maps.Circle({
  2. strokeColor: '#FF0000',
  3. strokeOpacity: 0.8,
  4. strokeWeight: 2,
  5. fillColor: '#FF0000',
  6. fillOpacity: 0.35,
  7. map: this.map,
  8. center: this.map.getCenter(),
  9. radius: 100,
  10. editable: true,
  11. draggable: true
  12.  
  13. typz(){
Add Comment
Please, Sign In to add comment