My question is quite simple, using the google-maps
API I would like to get the following information:
{
Street: "Getulio vargas",
Information:
{
{ Distance: 120, Type: "School", Title: "Escola Estadual Caixas" },
{ Distance: 250, Type: "Market", Title: "Bahamas" },
{ Distance: 310, Type: "Restaurant", Title: "Casa Italia" },
{ Distance: 390, Type: "Hotel", Title: "Victory Suites" }
},
StreetCorner:
{
{ Distance: 150, Direction: "Left", Name: "Rua das Flores" }
{ Distance: 370, Direction: "Right", Title: "Barbosa Lima" }
}
}
I do not know if google-maps
has any API that returns this type of information, but it is "exactly" that kind of information I need.