Created
March 22, 2017 14:51
-
-
Save nncl/6b261e3b5ab72276645c7e74b280ab8f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"points" : [ | |
{ | |
"title" : "Place 1", | |
"address" : "Avenida Paulista", | |
"specialties" : "Cardiologia, Gastro", | |
"phone" : "11 1234-4321", | |
"latitude": -23.534749, | |
"longitude": -46.611924 | |
}, | |
{ | |
"title" : "Place 2", | |
"address" : "Avenida Faria Lima", | |
"specialties" : "Gastro", | |
"phone" : "11 4321-1234", | |
"latitude": -23.539512, | |
"longitude": -46.619652 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment