dustin10 / VichGeographicalBundle

A Symfony2 bundle which provides geographical features for ORM and ODM entities and object oriented javascript maps rendering.
104 stars 26 forks source link

Only Latitude / Longitude from entity. #32

Open meandus opened 11 years ago

meandus commented 11 years ago

Hi,

Is it possible to generate dynamic map with only Latitude / Longitude from entity and no function getAddress() ?

I get Latitude and Longitude from GPS and not from an address but it seems mandatory to have a Vich\GeographicalQuery().

Thanks in advance,