Advertisement
xandeadx

Untitled

Sep 13th, 2015
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. $object = array(
  2.   'geometry' => array(
  3.     'type' => 'Point',
  4.     'coordinates' => array($lon, $lat),
  5.   ),
  6.   'properties' => array(
  7.     'balloonContent' => '123',
  8.   ),
  9. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement