def get_point(self, srid=4326): from django.contrib.gis.geos import Point return Point(float(self._lng), float(self._lat), srid=srid)