Re: [Google Maps API v3] Re: google map marker disappear when embedded into flex project

2018-02-22 Thread Blagoja Chavkoski
Hi, i have the same problem with markers. Add remove of marker dosent work always. I checked with custom overlay, and it works... On Thu, Feb 22, 2018 at 10:52 PM Frank McGuire wrote: > Hello, > I am experiencing the same problem ... since last week when there was a > Google Maps API update from

Re: [Google Maps API v3] Re: How to use Google Maps API V3 offline

2012-05-03 Thread Blagoja Chavkoski
This is not posible to be done at list not with google maps, u can do it with a open maps but u gonna need a good server running the maps etc (this is possible but crazy:) ) evan for using a static maps, not js files etc u need a http request to be done outside ur comp.. https://developers.google.

Re: [Google Maps API v3] Find the given Point lie inside a polygon in serverside C#

2012-09-07 Thread Blagoja Chavkoski
Just small thinking-question on the topic. All this suggested solutions are related to 2D space and because here we talk for a maps bounds(circles, square, polygon...) which are all in is a spherical space (ellipsoid to be correct but is count as a normal spherical), so the 2D solutions will be clo

Re: [Google Maps API v3] Re: Find the given Point lie inside a polygon in serverside C#

2012-09-07 Thread Blagoja Chavkoski
Well my question was more related to people who have used this 2D calculation, and what are the resoults there getting? Dose actully created polygon from a latlng(s) and a given random point(latlng) returns correct outcome. I dont know how to use this methods as can be seen all are taking a int val

Re: [Google Maps API v3] Re: Find the given Point lie inside a polygon in serverside C#

2012-09-07 Thread Blagoja Chavkoski
, Andrew C Leach wrote: > On 7 September 2012 19:15, Blagoja Chavkoski wrote: > > Well my question was more related to people who have used this 2D > > calculation, > > and what are the resoults there getting? Dose actully created polygon > from a > > latlng(s) >

Re: [Google Maps API v3] Re: v3.12 Change Log?

2013-05-27 Thread Blagoja Chavkoski
Hi, I have one question, since 3.12 become a release version my application is not working correct. The polylines are not painted on any browser, and the markers (optimized=false) are not painted in chrome. All this is tested on the latest versions. For now I set the map version to 3.11, maybe so

Re: [Google Maps API v3] Re: v3.12 Change Log?

2013-05-27 Thread Blagoja Chavkoski
#x27;h'? You may also send a patch file. > > No, joking apart. You should try to embed a map of "My Places". > > > On May 27, 7:35 pm, Blagoja Chavkoski wrote: > > Hi, > > > > Thanks for your replay!! > > > > Well its hard for me to do thi

Re: [Google Maps API v3] Re: v3.12 Change Log?

2013-05-28 Thread Blagoja Chavkoski
the docs. -- Blaze On Tue, May 28, 2013 at 5:58 AM, geocode...@gmail.com wrote: > On May 27, 11:30 am, Blagoja Chavkoski wrote: > > Well my problem is, that I dont know how to norrow down the > > problem :) > > All is pointing down to the maps.js files, and this files

Re: [Google Maps API v3] Re: v3.12 Change Log?

2013-05-28 Thread Blagoja Chavkoski
28, 2013 at 11:50 AM, Blagoja Chavkoski wrote: > > I know its something like this. I did a close debuging, but the exception > is always dip in the maps js files, which are hard to track. As I said > before, everything works fine for versions < 3.12 thats why I write here. I >

[Google Maps API v3] Bug: Strange exceptions with version 3.17 and 3.18

2014-12-02 Thread Blagoja Chavkoski
Hi, Since 3.16 was retired and 3.17 become the frozen one, I experience some bugs in the maps js scripts. I load my application usually with v=3.0 which is getting the oldest version. After nov 18 when v=3.0 started to serve 3.17 instead of 3.16 i see this in the console of chrome and firefox: g

Re: [Google Maps API v3] Re: maps version 3.17 and 3.18 exceptions

2014-12-08 Thread Blagoja Chavkoski
Hi, tnx for the replay. I use a lot of features, polylines markers, editable dragable custom overlays etc, and I havent touch the code since couple of years(Ill need to do some digging to see if back then I do some manipulation on the DOM itself also... ). Dont know if I can narrow down to some sm

Re: [Google Maps API v3] Whats going on with the Markers??

2016-05-16 Thread Blagoja Chavkoski
There are some exceptions in the debugger, you should check them. Also you are using version 3.22 its the frozen version of the api, maybe u can try with 3.23(actual one) or 3.24(experimental) On Mon, May 16, 2016 at 1:26 PM, Thoern wrote: > I have a Google map that uses the Googlemaps V3 A