Category: run-n-share
-
Stable Google Maps API
Stable – read slow changing. Yesterday Google has announced new version of its Google Maps API. This time it is not new feature full release, it is promise to keep API version not updated every two weeks. I mean – it is good that Google offer a lot new features, but from developer point of…
-
RNS now comes with labels
Last night I have pushed new RNS version. This time it is rather significant update. Now every point on route can be labeled with some text and use some additional icon. Currently there are two types provided – information and warning sign. You can see example on this route. Click on icon to see label.…
-
Migrations with advanced data operations
I was quite busy last week. I’m developing major upgrade to Run-N-Share, my daily job brings me some normal Cisco (eeek it is no more fun and exciting thing for me) related work, and I was testing updated geocoding services for Poland area from Google (in polish). Making major changes to RNS means migrations heavy…
-
RNS update, setImage tested
It become time to release update to RNS, route oriented site. From user perspective there are no big changes, maybe using setImage(), Google Maps API markers quite new feature as I have announced previously. This should make changing icons much faster and looks better than old delete/add marker. But under the hood there is a…
-
Google Maps API setImage or no more events redefinition
Before Google Maps API in version 2.75 changing icon for GMarker was not so easy. Why? Deleting old marker and creating new one is quite straightforward. But deleting marker means delete events associated with this particular marker. And recreating them for new one makes things much more complicated. Especially when events are added during application…